Updated dockerfile
This commit is contained in:
@@ -7,7 +7,7 @@ build-production: ## Build the production container image. Usage: make build-pro
|
||||
--manifest registry.tanshu.com/brewman:latest \
|
||||
--pull \
|
||||
--build-arg SETUPTOOLS_SCM_PRETEND_VERSION_FOR_BREWMAN=$(TAG) \
|
||||
git@git.tanshu.com:tanshu/brewman.git#v$(TAG)
|
||||
https://git.tanshu.com/tanshu/brewman.git#v$(TAG)
|
||||
|
||||
@echo "Pushing manifests..."
|
||||
@podman manifest push --all registry.tanshu.com/brewman:latest docker://registry.tanshu.com/brewman:latest
|
||||
@@ -22,4 +22,4 @@ build-check: ## Multi-arch build without push (compile check). Usage: make build
|
||||
--manifest brewman:test \
|
||||
--pull \
|
||||
--build-arg SETUPTOOLS_SCM_PRETEND_VERSION_FOR_BREWMAN=$(TAG) \
|
||||
git@git.tanshu.com:tanshu/brewman.git#v$(TAG)
|
||||
https://git.tanshu.com/tanshu/brewman.git#v$(TAG)
|
||||
|
||||
Reference in New Issue
Block a user