Skip to content

Commit

Permalink
ci(github-actions): fix metadata gen for caddy
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
  • Loading branch information
ajhalili2006 committed Aug 31, 2024
1 parent e608525 commit 4552864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-buildops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ jobs:
type=schedule,prefix=nightly-,pattern={{date 'YYYYMMDDhhmmss'}}
type=raw,prefix=branch-,value={{branch}}
- name: Extract Docker metadata
- name: Extract Docker metadata for FrankenPHP
id: meta-frankenphp
uses: docker/metadata-action@v5
with:
Expand Down Expand Up @@ -436,8 +436,8 @@ jobs:
context: docker/pkgops-alpine
file: docker/pkgops-alpine/php.Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta-frankenphp.outputs.tags }}
labels: ${{ steps.meta-frankenphp.outputs.labels }}
pull: true
provenance: mode=max
sbom: true
Expand Down

0 comments on commit 4552864

Please sign in to comment.