Skip to content

Commit 3f32d2c

Browse files
committed
fix: tags
1 parent fbfcd8d commit 3f32d2c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)