Skip to content

Commit

Permalink
resolve incorrect semver pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar committed Oct 7, 2023
1 parent 4486b01 commit 0cc05ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
type=edge,branch=develop
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
- name: Set up QEMU
Expand Down

0 comments on commit 0cc05ff

Please sign in to comment.