From 046927ef4f84aa28bbb7af64b9efe816e9679cd4 Mon Sep 17 00:00:00 2001 From: Jared Jacobson Date: Mon, 13 Sep 2021 15:57:19 +1000 Subject: [PATCH] Modify the docker container build tools --- build/docker/images-build.sh | 2 +- build/docker/images-push.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/docker/images-build.sh b/build/docker/images-build.sh index eaed5f6dc..fdf3fd44c 100755 --- a/build/docker/images-build.sh +++ b/build/docker/images-build.sh @@ -7,4 +7,4 @@ TAG=${1:-latest} echo "Building tag '${TAG}'" docker build -t matrixdotorg/dendrite-monolith:${TAG} -f build/docker/Dockerfile.monolith . -docker build -t matrixdotorg/dendrite-polylith:${TAG} -f build/docker/Dockerfile.polylith . \ No newline at end of file +#docker build -t matrixdotorg/dendrite-polylith:${TAG} -f build/docker/Dockerfile.polylith . \ No newline at end of file diff --git a/build/docker/images-push.sh b/build/docker/images-push.sh index fd9b999ea..3e571a4a2 100755 --- a/build/docker/images-push.sh +++ b/build/docker/images-push.sh @@ -5,4 +5,4 @@ TAG=${1:-latest} echo "Pushing tag '${TAG}'" docker push matrixdotorg/dendrite-monolith:${TAG} -docker push matrixdotorg/dendrite-polylith:${TAG} \ No newline at end of file +#docker push matrixdotorg/dendrite-polylith:${TAG} \ No newline at end of file