Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 18c14cd

Browse files
committedMar 18, 2024
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)
Please sign in to comment.