fix(build): backend build loop fix

This commit is contained in:
rjshrjndrn 2022-10-26 11:42:07 +02:00
parent c67f22dfe5
commit 56883e8308

View file

@ -26,6 +26,7 @@ function build_service() {
[[ $PUSH_IMAGE -eq 1 ]] && {
docker push ${DOCKER_REPO:-'local'}/$image:${git_sha1}
}
echo "Build completed for $image"
return
}