We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6472bb5 commit 9f01a67Copy full SHA for 9f01a67
1 file changed
.github/workflows/build_and_push_image.yaml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
39
tags: |
40
- type=semver,pattern={{raw}}
+ type=semver,pattern={{version}}
41
type=raw,value=latest
42
labels: |
43
org.opencontainers.image.source=https://github.com/${{ github.repository }}
0 commit comments