We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4050ac commit 18c14cdCopy full SHA for 18c14cd
.github/workflows/publish.yml
@@ -41,4 +41,4 @@ jobs:
41
cache-from: type=gha
42
tags: |
43
${{ env.DOCKER_IMAGE }}:latest
44
- ${{ env.DOCKER_IMAGE }}:${{ github.ref }}
+ ${{ env.DOCKER_IMAGE }}:${{ github.ref_name }}
0 commit comments