Skip to content

Commit

Permalink
change tag pattern to raw to use exact tag created
Browse files Browse the repository at this point in the history
  • Loading branch information
meghaniankov committed Feb 2, 2024
1 parent 5502acc commit 0c0577f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
with:
images: quay.io/uswitch/yggdrasil
tags: |
type=semver,pattern={{version}}
type=sha,prefix=v,format=long,
type=semver,pattern={{raw}}
type=sha,prefix=,format=long,
- uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 0c0577f

Please sign in to comment.