Refactor PHP 8.4 build workflow to use dynamic build context
Some checks failed
Build and Push Chill base image / build-and-push (push) Failing after 4m57s

This commit is contained in:
Julien Fastré 2025-06-05 10:49:18 +02:00
parent 18f263ee54
commit f6ba5ee207
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -48,7 +48,7 @@ jobs:
id: build-push
uses: https://github.com/docker/build-push-action@v5
with:
context: php/8.4
context: "{{ defaultContext }}:${{ env.CONTEXT }}"
file: Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}