Skip to content

Commit 3fc5d97

Browse files
committed
Remove 'v' from Docker tag name
1 parent c39efb1 commit 3fc5d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4545
tags: |
46-
type=ref,event=tag
46+
type=semver,pattern={{version}}
4747
type=sha,format=short
4848
4949
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)