Skip to content

Commit

Permalink
Correct container image tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHatbRit committed Aug 22, 2023
1 parent 0e20be5 commit 7c07eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
latest=true
tags: |
type=semver,pattern=v{{version}},event=tag
type=semver,pattern=v{{major.minor}},event=tag
type=semver,pattern=v{{major}}.{{minor}},event=tag
type=semver,pattern=v{{major}},event=tag
type=edge,branch=$repo.default_branch,event=push
type=sha,branch=$repo.default_branch,event=push
Expand Down

0 comments on commit 7c07eec

Please sign in to comment.