diff --git a/.github/workflows/ci-qemu.yml b/.github/workflows/ci-qemu.yml index 354ea21d3bf672da758f3584c1ac813b618ddf81..66282a99c6fb4b7a374c93cf8e8b03b453d4031f 100644 --- a/.github/workflows/ci-qemu.yml +++ b/.github/workflows/ci-qemu.yml @@ -61,7 +61,9 @@ jobs: with: config-inline: | [registry."docker.io"] - mirrors = ["${{ secrets.DOCKERHUB_PROXY_HOSTNAME }}"] + mirrors = ["${{ secrets.DOCKERHUB_PROXY_HOSTNAME }}"] + http = true + insecure = true [registry."${{ secrets.PRIVATEHUB_HOSTNAME }}"] http = true insecure = true