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
Some checks failed
Build and Push Chill base image / build-and-push (push) Failing after 4m57s
This commit is contained in:
parent
18f263ee54
commit
f6ba5ee207
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user