diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index faa2cb805..3882a4650 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,11 +54,11 @@ jobs: push: true tags: | registry-vpc.cn-beijing.aliyuncs.com/d8dcloud/virtual-kubelet:alpine - build-args: | - GOLANG_CI_LINT_VERSION=v1.68.0 - BUILD_TAGS="" - HTTP_PROXY="http://10.0.0.52:7890" - HTTPS_PROXY="http://10.0.0.52:7890" + build-args: + GOLANG_CI_LINT_VERSION: v1.68.0 + BUILD_TAGS: "" + ALL_PROXY: "socks://10.0.0.52:7890" + NO_PROXY: "localhost,127.0.0.1" labels: | org.opencontainers.image.title=Virtual Kubelet org.opencontainers.image.description=Kubernetes Virtual Kubelet implementation