Skip to content

Commit

Permalink
Update image tag in ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
saisab29 committed Dec 17, 2024
1 parent 56b0985 commit 7273ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
COMMIT_DISTANCE=$(git rev-list --count ${LATEST_TAG}..HEAD)
# Construct new version with build number
NEW_VERSION="v${BASE_VERSION}-build${COMMIT_DISTANCE}"
NEW_VERSION="v${BASE_VERSION}.${COMMIT_DISTANCE}"
echo "version=${NEW_VERSION}" >> $GITHUB_OUTPUT
echo "Generated version: ${NEW_VERSION}"
Expand Down

0 comments on commit 7273ec7

Please sign in to comment.