From 77f8e73b6658c58080d85b1684245a2e0ba87464 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Wed, 14 Jul 2021 18:41:39 +0530 Subject: [PATCH] chore(build): Add utilities to build --- scripts/helm/build_deploy.sh | 2 ++ 1 file changed, 2 insertions(+) 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 $@ }