Skip to content

Commit 00dffe9

Browse files
Update docker-publish.yml
1 parent d48cbf7 commit 00dffe9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ jobs:
6565
with:
6666
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6767
tags: |
68-
type=semver,pattern={{version}}
69-
type=semver,pattern={{major}}.{{minor}}
70-
type=semver,pattern={{major}}
68+
type=semver,pattern={{raw}}
7169
type=sha
7270
7371
# Build and push Docker image with Buildx (don't push on PR)

0 commit comments

Comments
 (0)