chore(build): build all images in parallel (faster full build)

This commit is contained in:
Taha Yassine Kraiem 2022-10-28 11:41:31 +02:00
parent 4574a8ffd0
commit ae54639919

View file

@ -14,6 +14,7 @@ echo $DOCKER_REPO
exit 1
} || {
docker login $DOCKER_REPO
tmux set-option remain-on-exit on
tmux split-window "cd ../../backend && IMAGE_TAG=$IMAGE_TAG DOCKER_REPO=$DOCKER_REPO PUSH_IMAGE=1 bash build.sh $@"
tmux split-window "cd ../../utilities && IMAGE_TAG=$IMAGE_TAG DOCKER_REPO=$DOCKER_REPO PUSH_IMAGE=1 bash build.sh $@"
tmux select-layout tiled