Skip to content

Commit

Permalink
Merge pull request #1 from fbartels/patch-1
Browse files Browse the repository at this point in the history
Change url to hub.docker.com
  • Loading branch information
moikot authored Dec 9, 2019
2 parents 8379e1d + f6e543c commit 1693242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ push_readme() {
local code=$(jq -n --arg msg "$(<${file_name})" \
'{"registry":"registry-1.docker.io","full_description": $msg }' | \
curl -s -o /dev/null -L -w "%{http_code}" \
https://cloud.docker.com/v2/repositories/"${image}"/ \
https://hub.docker.com/v2/repositories/"${image}"/ \
-d @- -X PATCH \
-H "Content-Type: application/json" \
-H "Authorization: JWT ${token}")
Expand Down

0 comments on commit 1693242

Please sign in to comment.