Skip to content

Commit 6f7146d

Browse files
committed
fix: tags2
1 parent 3f32d2c commit 6f7146d

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ jobs:
3737
with:
3838
images: ghcr.io/${{ github.repository_owner }}/stencil-cli
3939
tags: |
40-
type=pep440,pattern={{version}}
41-
type=pep440,pattern={{major}}.{{minor}}
42-
type=pep440,pattern={{major}}
43-
type=raw,value=latest
44-
40+
type=match,pattern=\d.\d.\d
41+
type=match,pattern=\d.\d.
42+
type=match,pattern=\d.
4543
- name: Set up Docker Buildx
4644
uses: docker/setup-buildx-action@v3
4745

0 commit comments

Comments
 (0)