更新 .github/workflows/build.yaml
All checks were successful
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Successful in 14m16s

This commit is contained in:
2025-10-03 03:21:47 +00:00
parent c86c5414f3
commit 9245a4aa87

View File

@@ -57,11 +57,9 @@ jobs:
build-args: |
GOLANG_CI_LINT_VERSION=v1.68.0
BUILD_TAGS=
HTTP_PROXY=10.0.0.52:7890
HTTPS_PROXY=10.0.0.52:7890
NO_PROXY=localhost,127.0.0.1
GOPROXY=goproxy.cn,direct
GOSUMDB=off
HTTP_PROXY=${{ vars.HTTP_PROXY }}
HTTPS_PROXY=${{ vars.HTTPS_PROXY }}
NO_PROXY=${{ vars.NO_PROXY }}
labels: |
org.opencontainers.image.title=Virtual Kubelet