We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baacf93 commit 005a485Copy full SHA for 005a485
1 file changed
.github/workflows/build-oci.yml
@@ -55,7 +55,7 @@ jobs:
55
with:
56
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
57
tags: |
58
- type=semver,pattern={{major}}.{{minor}},event=tag
+ type=semver,prefix=v,pattern={{major}}.{{minor}},event=tag
59
type=raw,value=latest,event=tag
60
61
# Build and push Docker image with Buildx (don't push on PR)
0 commit comments