Skip to content

Commit

Permalink
Fix tagging to prefix v
Browse files Browse the repository at this point in the history
  • Loading branch information
jkupferer committed Jul 26, 2024
1 parent d0e23c3 commit 9d0b76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if [[ "${VERSION}" == "${RELEASE}" ]]; then
# Publish to latest, minor, and patch tags
# Ex: latest,v0.1.2,v0.1
echo "IMAGE_TAGS=latest ${VERSION%.*} ${VERSION}" >> $GITHUB_OUTPUT
echo "IMAGE_TAGS=latest v${VERSION%.*} v${VERSION}" >> $GITHUB_OUTPUT
fi
- name: Set up Docker Buildx
Expand Down

0 comments on commit 9d0b76e

Please sign in to comment.