Updated the makefile
This commit is contained in:
4
Makefile
4
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)
|
||||
|
||||
Reference in New Issue
Block a user