Skip to content

Commit 6a6f430

Browse files
authored
chore(ci): tag release images with additional major tag v{{major}} (celo-org#67)
1 parent 000472f commit 6a6f430

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push-container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
images: ${{ inputs.artifact-registry }}
3333
tags: |
3434
type=semver,pattern={{version}},match=celo/v(.*)
35+
type=semver,pattern=v{{major}},match=celo/v(\d+\.\d+\.\d+)$
3536
type=edge
3637
type=raw,value=latest,enable={{is_default_branch}}
3738
type=sha

0 commit comments

Comments
 (0)