Skip to content

Commit

Permalink
Merge pull request #581 from input-output-hk/ensemble/500-fix-docker-…
Browse files Browse the repository at this point in the history
…pre-release-release

Fix docker image prefix Pre-Release/Release
  • Loading branch information
jpraynaud authored Nov 3, 2022
2 parents e6eb891 + 3137314 commit 12bb705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
pre-release
type=raw,value={{branch}}-{{sha}}
type=raw,value=${{ github.ref_name }}-{{sha}}
- name: Download built artifacts (Linux-x64)
uses: dawidd6/action-download-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
latest
type=raw,value={{branch}}-{{sha}}
type=raw,value=${{ github.ref_name }}-{{sha}}
- name: Download built artifacts (Linux-x64)
uses: dawidd6/action-download-artifact@v2
Expand Down

0 comments on commit 12bb705

Please sign in to comment.