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

View File

@ -79,8 +79,8 @@ jobs:
with:
install: true
driver-opts: |
"env.http_proxy=localhost:1055"
"env.https_proxy=localhost:1055"
"env.http_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'"
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4.4.1
@ -148,8 +148,8 @@ jobs:
build-args: |
GIT_SHA=${{ env.GITHUB_SHA }}
DOCKER_LABEL=sha-${{ env.GITHUB_SHA_SHORT }}
"http_proxy=localhost:1055"
"https_proxy=localhost:1055"
"http_proxy=http://localhost:1055"
"https_proxy=http://localhost:1055"
"no_proxy='localhost,127.0.0.1,::1,*.github-runners.huggingface.tech,*.amazonaws.com,*.docker.io,*.docker.com,cdn.auth0.com,*.cloudfront.net'"
tags: ${{ steps.meta.outputs.tags || steps.meta-pr.outputs.tags }}
labels: ${{ steps.meta.outputs.labels || steps.meta-pr.outputs.labels }}