Skip to content

Commit

Permalink
fix(publish): fix ref name in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fmind committed Mar 18, 2024
1 parent e4050ac commit 18c14cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
cache-from: type=gha
tags: |
${{ env.DOCKER_IMAGE }}:latest
${{ env.DOCKER_IMAGE }}:${{ github.ref }}
${{ env.DOCKER_IMAGE }}:${{ github.ref_name }}

0 comments on commit 18c14cd

Please sign in to comment.