Skip to content

Commit

Permalink
Merge pull request #82 from uswitch/add-gha-image-prefix
Browse files Browse the repository at this point in the history
add prefix v to images pushed to quay in GHA
  • Loading branch information
meghaniankov authored Feb 2, 2024
2 parents 5b3ceb2 + 0c0577f commit e430f0b
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 @@ -46,7 +46,7 @@ jobs:
with:
images: quay.io/uswitch/yggdrasil
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{raw}}
type=sha,prefix=,format=long,
- uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit e430f0b

Please sign in to comment.