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
|
uses: https://github.com/docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
${{ IMAGE_NAME }}
|
${{ env.IMAGE_NAME }}
|
||||||
flavor: |
|
flavor: |
|
||||||
prefix=${{ env.IMAGE_FLAVOR }}
|
prefix=${{ env.IMAGE_FLAVOR }}-
|
||||||
tags: |
|
tags: |
|
||||||
type=schedule
|
type=schedule
|
||||||
type=edge
|
type=edge
|
||||||
@ -50,6 +50,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: "{{ defaultContext }}:${{ env.CONTEXT }}"
|
context: "{{ defaultContext }}:${{ env.CONTEXT }}"
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
pull: true
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user