更新 .github/workflows/build.yaml
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Failing after 59s
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Failing after 59s
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -29,8 +29,8 @@ jobs:
|
|||||||
- name: 设置带代理的 Docker Buildx
|
- name: 设置带代理的 Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
driver: docker-container
|
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
|
network=host
|
||||||
env.http_proxy=http://10.0.0.52:7890
|
env.http_proxy=http://10.0.0.52:7890
|
||||||
env.https_proxy=http://10.0.0.52:7890
|
env.https_proxy=http://10.0.0.52:7890
|
||||||
env.all_proxy=socks://10.0.0.52:7890
|
env.all_proxy=socks://10.0.0.52:7890
|
||||||
|
|||||||
Reference in New Issue
Block a user