mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +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
|
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" \
|
||||||
|
2
Makefile
2
Makefile
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user