remember both places

This commit is contained in:
Kasper Juul Hermansen 2022-08-11 01:25:50 +02:00
parent 84b5497460
commit 1579fe6654
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -2,7 +2,7 @@
echo "building docker image"
tag="$REGISTRY/$SERVICE:$COMMIT_SHA"
tag="$REGISTRY/$SERVICE:${COMMIT_SHA:0:10}"
if [[ -n $DEBUG ]]
then