Skip to content

Commit 89c8455

Browse files
committed
with docker image tags, semver vX.Y.Z instead of X.Y.Z
Signed-off-by: Avi Deitcher <avi@deitcher.net>
1 parent 434e77f commit 89c8455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# for ones that are exactly X.Y.Z, also tag it as latest
5656
tags: |
5757
type=semver,pattern={{version}}
58-
type=semver,pattern={{major}}.{{minor}}.{{patch}},value=latest
58+
type=semver,pattern=v{{major}}.{{minor}}.{{patch}},value=latest
5959
- name: Build and push semver tag
6060
id: docker_build_push_semver
6161
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)