Skip to content

Commit a81ddcc

Browse files
committed
Fix image tags to include v prefix for semver consistency
1 parent f3e185d commit a81ddcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
with:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848
tags: |
49-
type=semver,pattern={{version}}
50-
type=semver,pattern={{major}}.{{minor}}
49+
type=semver,pattern=v{{version}}
50+
type=semver,pattern=v{{major}}.{{minor}}
5151
type=sha
5252
type=raw,value=latest
5353

0 commit comments

Comments
 (0)