更新 .github/workflows/build.yaml
All checks were successful
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Successful in 14m16s
All checks were successful
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Successful in 14m16s
This commit is contained in:
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user