From 79f50548044805e2fcd830327c454203e5260370 Mon Sep 17 00:00:00 2001 From: d8dfun Date: Fri, 3 Oct 2025 02:30:24 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3882a4650..25da27bf0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,11 +54,12 @@ jobs: push: true tags: | registry-vpc.cn-beijing.aliyuncs.com/d8dcloud/virtual-kubelet:alpine - build-args: - GOLANG_CI_LINT_VERSION: v1.68.0 - BUILD_TAGS: "" - ALL_PROXY: "socks://10.0.0.52:7890" - NO_PROXY: "localhost,127.0.0.1" + build-args: | + GOLANG_CI_LINT_VERSION=v1.68.0 + BUILD_TAGS= + ALL_PROXY=socks://10.0.0.52:7890 + NO_PROXY=localhost,127.0.0.1 + labels: | org.opencontainers.image.title=Virtual Kubelet org.opencontainers.image.description=Kubernetes Virtual Kubelet implementation