We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0bf86 commit 7802e99Copy full SHA for 7802e99
ci/tasks/build-ci-image.yml
@@ -25,6 +25,6 @@ run:
25
- |
26
mkdir -p /root/.docker
27
cat > /root/.docker/config.json <<EOF
28
- { "auths": { "https://index.docker.io/v1/": { "auth": "$DOCKER_HUB_AUTH" }, "$DOCKER_HUB_MIRROR": { "auth": "$DOCKER_HUB_MIRROR_AUTH" }}}
+ { "auths": { "https://index.docker.io/v1/": { "auth": "$DOCKER_HUB_AUTH" }, "https://$DOCKER_HUB_MIRROR": { "auth": "$DOCKER_HUB_MIRROR_AUTH" }}}
29
EOF
30
build
0 commit comments