Skip to content

Commit

Permalink
adding v{{major}} for semver tagging (#156)
Browse files Browse the repository at this point in the history
* adding  v{{major}} as image tag
  • Loading branch information
jelenazivovic authored Dec 3, 2024
1 parent 36a33bc commit 429c16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
tags: |
type=raw,priority=10,value=${{ inputs.image_tag }},enable=${{ inputs.image_tag != '' }}
type=semver,priority=20,pattern={{version}}
type=semver,priority=21,pattern=v{{major}}
type=schedule,priority=30
type=sha,priority=40
Expand Down

0 comments on commit 429c16c

Please sign in to comment.