Skip to content

Commit 7273ec7

Browse files
committed
Update image tag in ghcr
1 parent 56b0985 commit 7273ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
COMMIT_DISTANCE=$(git rev-list --count ${LATEST_TAG}..HEAD)
3939
4040
# Construct new version with build number
41-
NEW_VERSION="v${BASE_VERSION}-build${COMMIT_DISTANCE}"
41+
NEW_VERSION="v${BASE_VERSION}.${COMMIT_DISTANCE}"
4242
4343
echo "version=${NEW_VERSION}" >> $GITHUB_OUTPUT
4444
echo "Generated version: ${NEW_VERSION}"

0 commit comments

Comments
 (0)