Skip to content

Commit 8846434

Browse files
committed
fix: use x.y.z-build for dependabot compatible tag
1 parent 01bcdce commit 8846434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if $(git rev-parse --is-shallow-repository); then
2121
git fetch --unshallow
2222
fi
2323
BUILD_NUMBER=$(git rev-list --since=${COMMIT_DATE}T00:00:00Z --first-parent --count ${COMMIT_SHA})
24-
BUILD_ID2=${COMMIT_DATE//-/.}.${BUILD_NUMBER}
24+
BUILD_ID2=${COMMIT_DATE//-/.}-${BUILD_NUMBER}
2525

2626
docker tag ${TAG}:${COMMIT_SHA} ${TAG}:${BUILD_ID}
2727
docker tag ${TAG}:${COMMIT_SHA} ${TAG}:${BUILD_ID2}

0 commit comments

Comments
 (0)