Skip to content

Commit

Permalink
Merge pull request #57 from Tecnativa/fix-semver
Browse files Browse the repository at this point in the history
Add raw semver tag to handle "+something" git tags
  • Loading branch information
pedrobaeza authored Feb 8, 2021
2 parents 996da70 + aea1f6e commit f0f87be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
images: localhost:5000/${{ steps.image_name_compute.outputs.image_name }}
tag-edge: true
tag-semver: |
{{raw}}
{{version}}
{{major}}
{{major}}.{{minor}}
Expand Down Expand Up @@ -144,6 +145,7 @@ jobs:
ghcr.io/${{ steps.image_name_compute.outputs.image_name }}
tag-edge: true
tag-semver: |
{{raw}}
{{version}}
{{major}}
{{major}}.{{minor}}
Expand Down

0 comments on commit f0f87be

Please sign in to comment.