We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f32d2c commit 6f7146dCopy full SHA for 6f7146d
1 file changed
.github/workflows/release.yml
@@ -37,11 +37,9 @@ jobs:
37
with:
38
images: ghcr.io/${{ github.repository_owner }}/stencil-cli
39
tags: |
40
- type=pep440,pattern={{version}}
41
- type=pep440,pattern={{major}}.{{minor}}
42
- type=pep440,pattern={{major}}
43
- type=raw,value=latest
44
-
+ type=match,pattern=\d.\d.\d
+ type=match,pattern=\d.\d.
+ type=match,pattern=\d.
45
- name: Set up Docker Buildx
46
uses: docker/setup-buildx-action@v3
47
0 commit comments