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 \ --tag registry.tanshu.com/brewman:latest \
$(if $(TAG),--tag registry.tanshu.com/brewman:$(TAG)) \ $(if $(TAG),--tag registry.tanshu.com/brewman:$(TAG)) \
--push \ --push \
git@git.tanshu.com:tanshu/brewman.git git@git.tanshu.com:tanshu/brewman.git$(if $(TAG),#v$(TAG))
.PHONY: build-check .PHONY: build-check
build-check: ## Multi-arch build without push (compile check) build-check: ## Multi-arch build without push (compile check)
+1
View File
@@ -44,4 +44,5 @@ else
echo "Usage: $0 <major|minor|patch|version_string>" echo "Usage: $0 <major|minor|patch|version_string>"
exit 1 exit 1
fi fi
git push
git push --tags git push --tags