Skip to content

Commit

Permalink
Correct tag generation
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHatbRit committed May 10, 2023
1 parent 423a150 commit f8d8842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-and-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
with:
images: |
ghcr.io/statsd/statsd
flavour: |
flavor: |
latest=true
# type=semver,pattern=v{{version}},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
tag: |
tags: |
type=edge,event=push
type=sha,event=push
- name: Setup buildx
Expand Down

0 comments on commit f8d8842

Please sign in to comment.