diff --git a/.github/workflows/package-and-publish-image.yml b/.github/workflows/package-and-publish-image.yml index b34ad214..8a5f25ba 100644 --- a/.github/workflows/package-and-publish-image.yml +++ b/.github/workflows/package-and-publish-image.yml @@ -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