Skip to content

Commit c41973d

Browse files
authored
strip v from docker tags (#152)
1 parent 4591074 commit c41973d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/docker.yml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
uses: docker/metadata-action@v5
3434
with:
3535
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
36+
tags: |
37+
type=ref,event=tag,pattern={{version}}
38+
type=semver,pattern={{version}}
3639
- name: Build and push Docker image
3740
uses: docker/build-push-action@v6
3841
with:

0 commit comments

Comments
 (0)