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

debugging

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-12-09 14:25:21 +01:00
parent e06ae73240
commit 0a8421cfaa
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ push_readme() {
local code local code
code=$(jq -n --arg msg "$(<"${readme}")" \ code=$(jq -n --arg msg "$(<"${readme}")" \
'{"registry":"registry-1.docker.io","full_description": $msg }' | \ '{"registry":"registry-1.docker.io","full_description": $msg }' | \
curl -v -s -o /dev/null -L -w "%{http_code}" \ curl -s -o /dev/null -L -w "%{http_code}" \
https://hub.docker.com/v2/repositories/"${image}"/ \ https://hub.docker.com/v2/repositories/"${image}"/ \
-d @- -X PATCH \ -d @- -X PATCH \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \

View File

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