Still fixing the error
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -44,4 +44,5 @@ else
|
||||
echo "Usage: $0 <major|minor|patch|version_string>"
|
||||
exit 1
|
||||
fi
|
||||
git push
|
||||
git push --tags
|
||||
|
||||
Reference in New Issue
Block a user