From f6fc39506640428e2d6fae97341cf8b779913842 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Tue, 5 Mar 2019 21:01:40 +0100 Subject: [PATCH] fix kdav publish --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4160fc..cda8c77 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,8 @@ publish-playground: build-playground docker push $(docker_repo)/kopano_playground:latest publish-kdav: build-kdav #tag-kdav - component=zpush make publish-container + #component=zpush make publish-container + docker push $(docker_repo)/kopano_kdav:latest publish-ssl: build-ssl docker push $(docker_repo)/kopano_ssl:latest