Skip to content

Commit 9b52264

Browse files
Use higher priority for int-tag
1 parent 2b33f8b commit 9b52264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
tags: |
5252
type=ref,event=branch
5353
type=sha
54-
type=semver,pattern={{major}}.{{minor}}.{{patch}},prefix=int-,match=v(\d.\d.\d)$,event=tag
54+
type=semver,pattern={{major}}.{{minor}}.{{patch}},prefix=int-,match=v(\d.\d.\d)$,event=tag,priority=1200
5555
type=semver,pattern={{version}},enable=true,value=${{ github.event.inputs.tag }},event=branch
5656
type=raw,value=latest,event=branch
5757

0 commit comments

Comments
 (0)