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 fddfaa9 commit 37ac122
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release-build
name: release-build-16.0

on:
release:
Expand All @@ -7,5 +7,6 @@ on:
jobs:
build:
uses: ./.github/workflows/build-and-push.yml
if: startsWith(github.event.release.tag_name, '16.0.')
with:
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 }}
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:16.0

0 comments on commit 37ac122

Please sign in to comment.