fix commit sha stuff
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
echo "building docker image"
|
||||
|
||||
tag="$REGISTRY/$NAME:${commit_sha:0:10}"
|
||||
tag="$REGISTRY/$NAME:$COMMIT_SHA"
|
||||
|
||||
if [[ -n $DEBUG ]]
|
||||
then
|
||||
|
Reference in New Issue
Block a user