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

adds proxy to build.

parent d1b8d1aa
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
config-inline: |
[registry."docker.io"]
mirrors = ["${{ secrets.DOCKERHUB_PROXY_HOSTNAME }}"]
driver-opts: |
network=host
buildkitd-flags: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment