1
0
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:
Felix Bartels
2019-11-21 08:37:01 +01:00
committed by GitHub
parent ead0acfdb0
commit 3165430f72
5 changed files with 50 additions and 16 deletions
+6
View File
@@ -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