Skip to content

Commit

Permalink
[IMP] Include branch in image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Jan 9, 2025
1 parent d3f41df commit fddfaa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
build:
uses: ./.github/workflows/build-and-push.yml
with:
tags: ghcr.io/${{ github.repository_owner }}/curq:dev,ghcr.io/${{ github.repository_owner }}/curq:${{ github.sha }}
tags: ghcr.io/${{ github.repository_owner }}/curq:${{ github.ref_name }}-dev,ghcr.io/${{ github.repository_owner }}/curq:${{ github.ref_name }}-${{ github.sha }}
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
build:
uses: ./.github/workflows/build-and-push.yml
with:
tags: ghcr.io/${{ github.repository_owner }}/curq:latest,ghcr.io/${{ github.repository_owner }}/curq:${{ github.event.release.tag_name }}
tags: ghcr.io/${{ github.repository_owner }}/curq:latest,ghcr.io/${{ github.repository_owner }}/curq:${{ github.event.release.tag_name }},ghcr.io/${{ github.repository_owner }}/curq:${{ github.ref_name }}

0 comments on commit fddfaa9

Please sign in to comment.