Skip to content

Commit ebf6092

Browse files
committed
chore: push to harbor tags with and w/o "v" prefix
1 parent f146a61 commit ebf6092

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/all-build-push-scan-harbor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ jobs:
137137
images: ${{ inputs.registry }}/${{ inputs.organization }}/${{ inputs.image_name }}
138138
tags: |
139139
type=ref,event=branch
140+
type=semver,pattern={{version}}
141+
type=semver,pattern={{major}}.{{minor}}
140142
type=semver,pattern={{version}},prefix=v
141143
type=semver,pattern={{major}}.{{minor}},prefix=v
142144
type=semver,pattern=latest

0 commit comments

Comments
 (0)