From 084cc375da6d1e00a77e80a5fce9412bde1ad1b5 Mon Sep 17 00:00:00 2001 From: d8dfun Date: Fri, 3 Oct 2025 00:41:50 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 71760bea8..4456d2285 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,6 +58,7 @@ jobs: BUILD_TAGS="" HTTP_PROXY=http://10.0.0.52:7890 # 添加HTTP代理 HTTPS_PROXY=http://10.0.0.52:7890 # 添加HTTPS代理 + ALL_PROXY=socks://10.0.0.52:7890 labels: | org.opencontainers.image.title=Virtual Kubelet org.opencontainers.image.description=Kubernetes Virtual Kubelet implementation