Skip to content

Commit 9f01a67

Browse files
authored
Fix semver pattern in Docker metadata extraction (#22)
1 parent 6472bb5 commit 9f01a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_push_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3939
tags: |
40-
type=semver,pattern={{raw}}
40+
type=semver,pattern={{version}}
4141
type=raw,value=latest
4242
labels: |
4343
org.opencontainers.image.source=https://github.com/${{ github.repository }}

0 commit comments

Comments
 (0)