Skip to content

Commit

Permalink
fix pr branching
Browse files Browse the repository at this point in the history
  • Loading branch information
Murazaki committed Feb 1, 2024
1 parent 90919d7 commit 610dfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
type=raw,value=develop,enable=${{ github.ref == format('refs/heads/{0}', 'develop') && matrix.target_runtime == 'nginx' }}
type=semver,pattern={{version}},enable=${{ matrix.target_runtime == 'nginx' }}
type=semver,pattern={{version}},prefix=${{ matrix.target_runtime }}-
type=ref,event=pr,prefix=pr-
type=ref,event=pr,prefix=${{ matrix.target_runtime }}-pr-
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index

Expand Down

0 comments on commit 610dfb0

Please sign in to comment.