Skip to content

Commit 18c14cd

Browse files
committed
fix(publish): fix ref name in publish workflow
1 parent e4050ac commit 18c14cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
cache-from: type=gha
4242
tags: |
4343
${{ env.DOCKER_IMAGE }}:latest
44-
${{ env.DOCKER_IMAGE }}:${{ github.ref }}
44+
${{ env.DOCKER_IMAGE }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)