更新 .github/workflows/build.yaml
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Failing after 20s

This commit is contained in:
2025-10-02 23:29:18 +00:00
parent 68095c2434
commit b683bfbcc0

View File

@@ -31,10 +31,10 @@ jobs:
with:
driver: docker-container
driver-opts: |
env.HTTP_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.NO_PROXY="localhost,127.0.0.1,aliyuncs.com,registry-vpc.cn-beijing.aliyuncs.com"
env.http_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.no_proxy=localhost,127.0.0.1
- name: 从标签名中提取版本号
id: extract_version