Skip to content

Commit 552facf

Browse files
authored
fix: add 'vX.Y.Z' tag format to Docker image (#208)
* fix: make sure all dependency updates are releasable units This will trigger release-please on the main branch * fix: add 'vX.Y.Z' tag format to Docker image This ensures alignment between Git tag, Docker tag and GitHub releases.
1 parent 376a3d8 commit 552facf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
tags: |
4040
type=raw,value=latest,enable={{is_default_branch}}
4141
type=ref,event=pr
42+
type=semver,pattern={{raw}}
4243
type=semver,pattern={{version}}
4344
type=semver,pattern={{major}}.{{minor}}
4445
type=semver,pattern={{major}}

0 commit comments

Comments
 (0)