Skip to content

Commit

Permalink
Add raw semver tag to handle "+something" git tags
Browse files Browse the repository at this point in the history
TT27819
  • Loading branch information
joao-p-marques committed Feb 8, 2021
1 parent 996da70 commit aea1f6e
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 aea1f6e

Please sign in to comment.