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