Still fixing the error

This commit is contained in:
2026-08-26 06:21:50 +00:00
parent f42e4d3628
commit b5d57fccf3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ build-production: ## Build the production docker image.
--tag registry.tanshu.com/brewman:latest \
$(if $(TAG),--tag registry.tanshu.com/brewman:$(TAG)) \
--push \
git@git.tanshu.com:tanshu/brewman.git
git@git.tanshu.com:tanshu/brewman.git$(if $(TAG),#v$(TAG))
.PHONY: build-check
build-check: ## Multi-arch build without push (compile check)