更新 .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: | build-args: |
GOLANG_CI_LINT_VERSION=v1.68.0 GOLANG_CI_LINT_VERSION=v1.68.0
BUILD_TAGS= BUILD_TAGS=
HTTP_PROXY=10.0.0.52:7890 HTTP_PROXY=${{ vars.HTTP_PROXY }}
HTTPS_PROXY=10.0.0.52:7890 HTTPS_PROXY=${{ vars.HTTPS_PROXY }}
NO_PROXY=localhost,127.0.0.1 NO_PROXY=${{ vars.NO_PROXY }}
GOPROXY=goproxy.cn,direct
GOSUMDB=off
labels: | labels: |
org.opencontainers.image.title=Virtual Kubelet org.opencontainers.image.title=Virtual Kubelet