Skip to content

Commit 7802e99

Browse files
committed
Refine CI
1 parent aa0bf86 commit 7802e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/tasks/build-ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ run:
2525
- |
2626
mkdir -p /root/.docker
2727
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" }}}
28+
{ "auths": { "https://index.docker.io/v1/": { "auth": "$DOCKER_HUB_AUTH" }, "https://$DOCKER_HUB_MIRROR": { "auth": "$DOCKER_HUB_MIRROR_AUTH" }}}
2929
EOF
3030
build

0 commit comments

Comments
 (0)