We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afe3b46 + 29b3c67 commit 9e195f3Copy full SHA for 9e195f3
1 file changed
.github/workflows/release.yml
@@ -47,9 +47,10 @@ jobs:
47
flavor: latest=false
48
tags: |
49
type=ref,event=tag
50
- type=semver,pattern={{major}}
51
- type=semver,pattern={{major}}.{{minor}}
52
- type=semver,pattern={{version}}
+ type=match,pattern=\d+
+ type=match,pattern=\d+\.\d+
+ type=match,pattern=\d+\.\d+\.\d+
53
+ type=match,pattern=.*
54
55
- name: Retag the pulled image
56
env:
0 commit comments