exclude ubuntu.com domain

This commit is contained in:
Guillaume LEGENDRE 2024-02-21 19:45:45 +01:00 committed by GitHub
parent e61f124f63
commit c64866e05a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ jobs:
driver-opts: | driver-opts: |
"env.http_proxy=http://localhost:1055" "env.http_proxy=http://localhost:1055"
"env.https_proxy=http://localhost:1055" "env.https_proxy=http://localhost:1055"
"env.no_proxy='localhost,127.0.0.1,::1,*.github-runners.huggingface.tech,*.amazonaws.com,*.docker.io,*.docker.com,cdn.auth0.com,*.cloudfront.net'" "env.no_proxy='localhost,127.0.0.1,::1,*.ubuntu.com,*.github-runners.huggingface.tech,*.amazonaws.com,*.docker.io,*.docker.com,cdn.auth0.com,*.cloudfront.net'"
- name: Inject slug/short variables - name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4.4.1 uses: rlespinasse/github-slug-action@v4.4.1
- name: Tailscale - name: Tailscale