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

adds insecure docker proxy.

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