Skip to content

Commit

Permalink
feat: set latest tag
Browse files Browse the repository at this point in the history
Signed-off-by: Kristof Mattei <[email protected]>
  • Loading branch information
kristof-mattei authored Jan 21, 2023
1 parent 356ac70 commit f024dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-tags-after-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ jobs:
with:
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
tags: |
type=raw,value=latest
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.0.') }}
type=semver,pattern=v{{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
Expand Down

0 comments on commit f024dd6

Please sign in to comment.