1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

disable updating of the readme for now. for one account it works, on the other it fails

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-12-09 15:07:27 +01:00
parent 0a8421cfaa
commit 5ed2a3e941

View File

@ -278,9 +278,9 @@ publish-container: ## Helper target to push a given image to a registry. Default
docker push $(docker_repo)/kopano_$(component):$$version ; \ docker push $(docker_repo)/kopano_$(component):$$version ; \
done done
docker push $(docker_repo)/kopano_$(component):latest docker push $(docker_repo)/kopano_$(component):latest
ifdef DOCKERREADME #ifdef DOCKERREADME
bash -x .ci/docker-hub-helper.sh $(component) # bash .ci/docker-hub-helper.sh $(component)
endif #endif
publish-base: tag-base publish-base: tag-base
component=base make publish-container component=base make publish-container