Modify the docker container build tools

This commit is contained in:
Jared Jacobson 2021-09-13 15:57:19 +10:00
parent 59240b87af
commit 046927ef4f
2 changed files with 2 additions and 2 deletions

View file

@ -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 .
#docker build -t matrixdotorg/dendrite-polylith:${TAG} -f build/docker/Dockerfile.polylith .

View file

@ -5,4 +5,4 @@ TAG=${1:-latest}
echo "Pushing tag '${TAG}'"
docker push matrixdotorg/dendrite-monolith:${TAG}
docker push matrixdotorg/dendrite-polylith:${TAG}
#docker push matrixdotorg/dendrite-polylith:${TAG}