Skip to content
Snippets Groups Projects
Commit 152fb2c0 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

adds insecure docker proxy.

parent 7842df39
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,8 @@ jobs:
config-inline: |
[registry."docker.io"]
mirrors = ["${{ secrets.DOCKERHUB_PROXY_HOSTNAME }}"]
http = true
insecure = true
[registry."${{ secrets.PRIVATEHUB_HOSTNAME }}"]
http = true
insecure = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment