Updated the makefile

This commit is contained in:
2026-04-19 09:58:59 +00:00
parent e94dec0036
commit fc94ae7bb2

View File

@ -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)