更新 .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: |
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user