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)) \
|
$(if $(TAG),--tag registry.tanshu.com/mozimo:$(TAG)) \
|
||||||
--pull \
|
--pull \
|
||||||
--push \
|
--push \
|
||||||
git@github.com:tanshu/mozimo.git
|
git@git.tanshu.com:tanshu/mozimo.in.git
|
||||||
|
|
||||||
|
|
||||||
.PHONY: build-check
|
.PHONY: build-check
|
||||||
@ -16,7 +16,7 @@ build-check: ## Multi-arch build without push (compile check)
|
|||||||
--tag mozimo:test \
|
--tag mozimo:test \
|
||||||
--pull \
|
--pull \
|
||||||
--progress=plain \
|
--progress=plain \
|
||||||
git@git.tanshu.com:tanshu/mozimo.git
|
git@git.tanshu.com:tanshu/mozimo.in.git
|
||||||
|
|
||||||
.PHONY: build-check-local
|
.PHONY: build-check-local
|
||||||
build-check-local: ## Multi-arch build without push (compile check)
|
build-check-local: ## Multi-arch build without push (compile check)
|
||||||
|
|||||||
Reference in New Issue
Block a user