Skip to content

Commit 0bf7f44

Browse files
committed
fix(action): fix docker tag
1 parent 16b745b commit 0bf7f44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
tags: |
5050
# set latest tag for default branch
5151
type=raw,value=latest,enable={{is_default_branch}}
52+
type=semver,pattern={{version}}
5253
5354
# Build and push Docker image with Buildx (don't push on PR)
5455
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)