Skip to content

Commit

Permalink
fix docker tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgarr committed Jul 9, 2024
1 parent 05ed494 commit 41a3a05
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 @@ -47,7 +47,7 @@ jobs:
with:
images: ${{ vars.IMAGE_NAME_DEFAULT }}
tags: |
type=semver,pattern={{raw}}
type=semver,pattern={{version}}
type=sha,prefix=,format=long,
- uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 41a3a05

Please sign in to comment.