Skip to content

Commit

Permalink
fix tagged build not differenciating flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
Murazaki committed Jan 30, 2024
1 parent 01700c5 commit 29fae3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') && matrix.target_runtime == 'nginx' }}
type=raw,value=nightly,enable=${{ github.ref == format('refs/heads/{0}', 'staging') && matrix.target_runtime == 'nginx' }}
type=raw,value=develop,enable=${{ github.ref == format('refs/heads/{0}', 'develop') && matrix.target_runtime == 'nginx' }}
type=semver,pattern={{version}}
type=semver,pattern={{version}},enable=${{ matrix.target_runtime == 'nginx' }}
type=semver,pattern={{version}},prefix=${{ matrix.target_runtime }}-
type=ref,event=pr,prefix=pr-
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
Expand Down

0 comments on commit 29fae3a

Please sign in to comment.