fix commit sha stuff

This commit is contained in:
Kasper Juul Hermansen 2022-08-11 00:21:06 +02:00
parent 5af9174f8b
commit a53b93c758
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

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