更新 .github/workflows/build.yaml
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Failing after 32s

This commit is contained in:
2025-10-03 02:17:15 +00:00
parent 5480aa25b8
commit cc86998f2c

View File

@@ -29,10 +29,6 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
driver: docker # 明确指定使用 docker 驱动
network: host
driver-opts: |
env.http_proxy=http://10.0.0.52:7890
env.https_proxy=http://10.0.0.52:7890
- name: 从标签名中提取版本号
@@ -61,6 +57,8 @@ jobs:
build-args: |
GOLANG_CI_LINT_VERSION=v1.68.0
BUILD_TAGS=""
HTTP_PROXY="http://10.0.0.52:7890"
HTTPS_PROXY="http://10.0.0.52:7890"
labels: |
org.opencontainers.image.title=Virtual Kubelet
org.opencontainers.image.description=Kubernetes Virtual Kubelet implementation