From 1a36777b32e7fb1b2e5b8a4f91371c41636ca183 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 28 Oct 2022 08:09:01 -0200 Subject: [PATCH] add proxy --- .github/workflows/check_git_apply.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index 4455a5c..1bae37d 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -21,6 +21,12 @@ jobs: REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal + HTTPS_PROXY: http://172.18.0.1:8118 + HTTP_PROXY: http://172.18.0.1:8118 + http_proxy: http://172.18.0.1:8118 + https_proxy: http://172.18.0.1:8118 + volumes: + - /tmp/proxy:/tmp/proxy steps: