From ceccd836de6ede26e7054a76d56a3f46e26a05d7 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Thu, 10 Jan 2019 18:44:39 +0100 Subject: [PATCH] we should also publish konnect Signed-off-by: Felix Bartels --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index da29a75..d02e966 100644 --- a/Makefile +++ b/Makefile @@ -144,6 +144,9 @@ publish-ssl: build-ssl publish-kweb: build-kweb docker push $(docker_repo)/kopano_web:latest +publish-konnect: build-konnect + docker push $(docker_repo)/kopano_konnect:latest + publish-playground: build-playground docker push $(docker_repo)/kopano_playground:latest