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 \
|
--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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user