Skip to content

Commit b175dc2

Browse files
committed
build: fix docker tag version
1 parent 5278ad0 commit b175dc2

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
@@ -168,5 +168,5 @@ jobs:
168168
with:
169169
push: true
170170
tags: |
171-
ghcr.io/${{ github.repository }}:${{ steps.get_tag_version.outputs.TAG_VERSION }}
171+
ghcr.io/${{ github.repository }}:${{ github.ref }}
172172
ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)