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