mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 06:12:52 +00:00
add all ci relevant tools to the build helper (#290)
also push the build helper into the docker hub Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -114,6 +114,9 @@ build-base: ## Build new base image.
|
||||
build-core:
|
||||
component=core make build
|
||||
|
||||
build-helper:
|
||||
component=build make build-simple
|
||||
|
||||
build-konnect:
|
||||
component=konnect make build-simple
|
||||
|
||||
@@ -285,6 +288,9 @@ publish-base: tag-base
|
||||
publish-core: tag-core
|
||||
component=core make publish-container
|
||||
|
||||
publish-helper:
|
||||
docker push $(docker_repo)/kopano_build:latest
|
||||
|
||||
publish-konnect: tag-konnect
|
||||
component=konnect make publish-container
|
||||
|
||||
|
||||
Reference in New Issue
Block a user