Skip to content

Commit 0176879

Browse files
committed
Update meteors images
1 parent 6322849 commit 0176879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-readme.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
TOKEN="$(curl -s -X POST https://hub.docker.com/v2/users/login \
55
-H 'Content-Type: application/json' \
6-
-d "{\"username\":\"${ZC_USERNAME}\",\"password\":\"${ZC_TOKEN}\"}" | grep -Po 'ey.*[^"}]')"
6+
-d "{\"username\":\"${ZC_USERNAME}\",\"password\":\"${ZC_TOKEN}\"}" | grep -Po 'ey.*[^"}]' || echo '')"
77
#| grep -Po '"token":.*?[^\\]",' || echo ''
88
if [ "x${TOKEN}" != "x" ]; then
99
curl -X PATCH https://hub.docker.com/v2/repositories/${IMAGE_REPO}/${IMAGE_NAME} \

0 commit comments

Comments
 (0)