更新 .github/workflows/build.yaml
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Has been cancelled
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Has been cancelled
This commit is contained in:
11
.github/workflows/build.yaml
vendored
11
.github/workflows/build.yaml
vendored
@@ -54,11 +54,12 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
registry-vpc.cn-beijing.aliyuncs.com/d8dcloud/virtual-kubelet:alpine
|
registry-vpc.cn-beijing.aliyuncs.com/d8dcloud/virtual-kubelet:alpine
|
||||||
build-args:
|
build-args: |
|
||||||
GOLANG_CI_LINT_VERSION: v1.68.0
|
GOLANG_CI_LINT_VERSION=v1.68.0
|
||||||
BUILD_TAGS: ""
|
BUILD_TAGS=
|
||||||
ALL_PROXY: "socks://10.0.0.52:7890"
|
ALL_PROXY=socks://10.0.0.52:7890
|
||||||
NO_PROXY: "localhost,127.0.0.1"
|
NO_PROXY=localhost,127.0.0.1
|
||||||
|
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.title=Virtual Kubelet
|
org.opencontainers.image.title=Virtual Kubelet
|
||||||
org.opencontainers.image.description=Kubernetes Virtual Kubelet implementation
|
org.opencontainers.image.description=Kubernetes Virtual Kubelet implementation
|
||||||
|
|||||||
Reference in New Issue
Block a user