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 e6eb891 commit 3137314Copy full SHA for 3137314
.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