Skip to content

Commit 005a485

Browse files
committed
Add prefix to image tag in GitHub action
1 parent baacf93 commit 005a485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-oci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5757
tags: |
58-
type=semver,pattern={{major}}.{{minor}},event=tag
58+
type=semver,prefix=v,pattern={{major}}.{{minor}},event=tag
5959
type=raw,value=latest,event=tag
6060
6161
# Build and push Docker image with Buildx (don't push on PR)

0 commit comments

Comments
 (0)