add proxy

This commit is contained in:
uazo 2022-10-28 08:09:01 -02:00 committed by GitHub
parent dfe7692d80
commit 1a36777b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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: