diff --git a/Makefile b/Makefile index 8747722..cf0fd3d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ build-production: ## Build the production docker image. $(if $(TAG),--tag registry.tanshu.com/mozimo:$(TAG)) \ --pull \ --push \ - git@github.com:tanshu/mozimo.git + git@git.tanshu.com:tanshu/mozimo.in.git .PHONY: build-check @@ -16,7 +16,7 @@ build-check: ## Multi-arch build without push (compile check) --tag mozimo:test \ --pull \ --progress=plain \ - git@git.tanshu.com:tanshu/mozimo.git + git@git.tanshu.com:tanshu/mozimo.in.git .PHONY: build-check-local build-check-local: ## Multi-arch build without push (compile check)