Skip to content

Commit

Permalink
Add version to image suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot authored May 6, 2024
1 parent 87523d3 commit 7213c3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-master-push-amd64-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=auto
suffix=amd64
suffix=-${{ env.VERSION }}-amd64
tags: |
type=ref,event=tag,priority=200
type=ref,event=branch,priority=200
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/on-master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
flavor: |
latest=auto
suffix=-${{ env.VERSION }}
tags: |
type=ref,event=tag,priority=200
type=ref,event=branch,priority=200
Expand Down

0 comments on commit 7213c3c

Please sign in to comment.