Skip to content

Commit 12bb705

Browse files
authored
Merge pull request #581 from input-output-hk/ensemble/500-fix-docker-pre-release-release
Fix docker image prefix Pre-Release/Release
2 parents e6eb891 + 3137314 commit 12bb705

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)