Skip to content

Commit 3137314

Browse files
committed
Fix docker image prefix
1 parent e6eb891 commit 3137314

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
126126
tags: |
127127
pre-release
128-
type=raw,value={{branch}}-{{sha}}
128+
type=raw,value=${{ github.ref_name }}-{{sha}}
129129
130130
- name: Download built artifacts (Linux-x64)
131131
uses: dawidd6/action-download-artifact@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4242
tags: |
4343
latest
44-
type=raw,value={{branch}}-{{sha}}
44+
type=raw,value=${{ github.ref_name }}-{{sha}}
4545
4646
- name: Download built artifacts (Linux-x64)
4747
uses: dawidd6/action-download-artifact@v2

0 commit comments

Comments
 (0)