From 63626c2ab9e84d7cf8f8bc3ab81309b96a47afe5 Mon Sep 17 00:00:00 2001 From: d8dfun Date: Fri, 3 Oct 2025 01:06:31 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3221e48f6..3bed8a763 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -57,9 +57,9 @@ jobs: GOLANG_CI_LINT_VERSION=v1.68.0 BUILD_TAGS="" # HTTP_PROXY=http://10.0.0.52:7890 # 添加HTTP代理 - # HTTPS_PROXY=http://10.0.0.52:7890 # 添加HTTPS代理 - ENV GOPROXY=https://goproxy.cn,direct - ENV GOSUMDB=off + # HTTPS_PROXY=http://10.0.0.52:7890 # 添加HTTPS代理 + GOPROXY=https://goproxy.cn,direct + GOSUMDB=off labels: | org.opencontainers.image.title=Virtual Kubelet org.opencontainers.image.description=Kubernetes Virtual Kubelet implementation