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.
2 parents e6eb891 + 3137314 commit 12bb705Copy full SHA for 12bb705
.github/workflows/pre-release.yml
@@ -125,7 +125,7 @@ jobs:
125
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
126
tags: |
127
pre-release
128
- type=raw,value={{branch}}-{{sha}}
+ type=raw,value=${{ github.ref_name }}-{{sha}}
129
130
- name: Download built artifacts (Linux-x64)
131
uses: dawidd6/action-download-artifact@v2
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
42
43
latest
44
45
46
47
0 commit comments