diff --git a/scripts/helm/build_deploy.sh b/scripts/helm/build_deploy.sh index 81626f203..86925ebe8 100644 --- a/scripts/helm/build_deploy.sh +++ b/scripts/helm/build_deploy.sh @@ -15,4 +15,6 @@ echo $DOCKER_REPO PUSH_IMAGE=1 bash build.sh $@ cd ../backend PUSH_IMAGE=1 bash build.sh $@ + cd ../utilities + PUSH_IMAGE=1 bash build.sh $@ }