Skip to content

Commit

Permalink
add v prefix to docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgarr committed Dec 8, 2023
1 parent 632e7e2 commit 4089d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
images: quay.io/uswitch/vault-creds
tags: |
type=semver,pattern={{version}}
type=semver,pattern=v{{version}}
type=sha,prefix=,format=long,
- uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 4089d4c

Please sign in to comment.