diff --git a/scripts/helmcharts/build_deploy.sh b/scripts/helmcharts/build_deploy.sh index 7a75fad8b..4825f9866 100644 --- a/scripts/helmcharts/build_deploy.sh +++ b/scripts/helmcharts/build_deploy.sh @@ -19,4 +19,6 @@ echo $DOCKER_REPO PUSH_IMAGE=1 bash build.sh $@ cd ../peers PUSH_IMAGE=1 bash build.sh $@ + cd ../frontend + PUSH_IMAGE=1 bash build.sh $@ }