Skip to content

Commit a1199dc

Browse files
committed
Updated release script to always set git hash to 7 chars.
1 parent a50ccab commit a1199dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/publish-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
export VERSION=$(cat $(dirname "${0}")/../VERSION)
1717

1818
export ARTIFACT_TAG_LATEST="latest"
19-
export ARTIFACT_TAG_SHA=$(git rev-parse --short HEAD)
19+
export ARTIFACT_TAG_SHA=$(git rev-parse --short=7 HEAD)
2020
export ARTIFACT_TAG_VERSION="v${VERSION}"
2121

2222

0 commit comments

Comments
 (0)