We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0b6dc commit 29c1ad8Copy full SHA for 29c1ad8
1 file changed
.github/workflows/release.yml
@@ -44,12 +44,13 @@ jobs:
44
uses: docker/metadata-action@v5
45
with:
46
images: ghcr.io/${{ github.repository }}
47
- flavor: latest=false
+ flavor: latest=auto
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