diff --git a/build/docker/images-build.sh b/build/docker/images-build.sh index eaed5f6dc..22faeb262 100755 --- a/build/docker/images-build.sh +++ b/build/docker/images-build.sh @@ -6,5 +6,6 @@ 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 jaredjacobson/dendrite-monolith:${TAG} -f build/docker/Dockerfile.monolith . +#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 diff --git a/build/docker/images-pull.sh b/build/docker/images-pull.sh index 496e80067..5a0cf575f 100755 --- a/build/docker/images-pull.sh +++ b/build/docker/images-pull.sh @@ -4,5 +4,6 @@ TAG=${1:-latest} echo "Pulling tag '${TAG}'" -docker pull matrixdotorg/dendrite-monolith:${TAG} -docker pull matrixdotorg/dendrite-polylith:${TAG} \ No newline at end of file +docker pull jaredjacobson/dendrite-monolith:${TAG} +#docker pull matrixdotorg/dendrite-monolith:${TAG} +#docker pull matrixdotorg/dendrite-polylith:${TAG} \ No newline at end of file diff --git a/build/docker/images-push.sh b/build/docker/images-push.sh index fd9b999ea..4d888761b 100755 --- a/build/docker/images-push.sh +++ b/build/docker/images-push.sh @@ -4,5 +4,6 @@ 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 jaredjacobson/dendrite-monolith:${TAG} +#docker push matrixdotorg/dendrite-monolith:${TAG} +#docker push matrixdotorg/dendrite-polylith:${TAG} \ No newline at end of file diff --git a/go.mod b/go.mod index f451a61a1..454b60277 100644 --- a/go.mod +++ b/go.mod @@ -51,7 +51,7 @@ require ( github.com/tidwall/sjson v1.1.7 github.com/uber/jaeger-client-go v2.29.1+incompatible github.com/uber/jaeger-lib v2.4.1+incompatible - github.com/vippsas/go-cosmosdb v0.0.0-20200428065936-29dab535353d // indirect + github.com/vippsas/go-cosmosdb v0.0.0-20200428065936-29dab535353d github.com/yggdrasil-network/yggdrasil-go v0.4.1-0.20210715083903-52309d094c00 go.uber.org/atomic v1.9.0 golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97