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:
parent
e06ae73240
commit
0a8421cfaa
@ -54,7 +54,7 @@ push_readme() {
|
||||
local code
|
||||
code=$(jq -n --arg msg "$(<"${readme}")" \
|
||||
'{"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}"/ \
|
||||
-d @- -X PATCH \
|
||||
-H "Content-Type: application/json" \
|
||||
|
2
Makefile
2
Makefile
@ -279,7 +279,7 @@ publish-container: ## Helper target to push a given image to a registry. Default
|
||||
done
|
||||
docker push $(docker_repo)/kopano_$(component):latest
|
||||
ifdef DOCKERREADME
|
||||
.ci/docker-hub-helper.sh $(component)
|
||||
bash -x .ci/docker-hub-helper.sh $(component)
|
||||
endif
|
||||
|
||||
publish-base: tag-base
|
||||
|
Loading…
x
Reference in New Issue
Block a user