Update PHP 8.4 build workflow to fix environment variable usage and enable pull during build
All checks were successful
Build and Push Chill base image / build-and-push (push) Successful in 4m2s
All checks were successful
Build and Push Chill base image / build-and-push (push) Successful in 4m2s
This commit is contained in:
parent
f6ba5ee207
commit
02cf5dbe45
@ -31,9 +31,9 @@ jobs:
|
||||
uses: https://github.com/docker/metadata-action@v5
|
||||
with:
|
||||
images: |
|
||||
${{ IMAGE_NAME }}
|
||||
${{ env.IMAGE_NAME }}
|
||||
flavor: |
|
||||
prefix=${{ env.IMAGE_FLAVOR }}
|
||||
prefix=${{ env.IMAGE_FLAVOR }}-
|
||||
tags: |
|
||||
type=schedule
|
||||
type=edge
|
||||
@ -50,6 +50,7 @@ jobs:
|
||||
with:
|
||||
context: "{{ defaultContext }}:${{ env.CONTEXT }}"
|
||||
file: Dockerfile
|
||||
pull: true
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user