Skip to content

Commit

Permalink
build: fix docker tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Mar 7, 2022
1 parent 5278ad0 commit b175dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -168,5 +168,5 @@ jobs:
with:
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ steps.get_tag_version.outputs.TAG_VERSION }}
ghcr.io/${{ github.repository }}:${{ github.ref }}
ghcr.io/${{ github.repository }}:latest

0 comments on commit b175dc2

Please sign in to comment.