diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 71760bea8..3221e48f6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -56,8 +56,10 @@ jobs: build-args: | 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代理 + # 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 labels: | org.opencontainers.image.title=Virtual Kubelet org.opencontainers.image.description=Kubernetes Virtual Kubelet implementation