From 5ed2a3e9418c56cc761dd30606cc7ad05c4ce77a Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 9 Dec 2019 15:07:27 +0100 Subject: [PATCH] disable updating of the readme for now. for one account it works, on the other it fails Signed-off-by: Felix Bartels --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 22fa17a..cd28487 100644 --- a/Makefile +++ b/Makefile @@ -278,9 +278,9 @@ publish-container: ## Helper target to push a given image to a registry. Default docker push $(docker_repo)/kopano_$(component):$$version ; \ done docker push $(docker_repo)/kopano_$(component):latest -ifdef DOCKERREADME - bash -x .ci/docker-hub-helper.sh $(component) -endif +#ifdef DOCKERREADME +# bash .ci/docker-hub-helper.sh $(component) +#endif publish-base: tag-base component=base make publish-container