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

This commit is contained in:
2025-10-02 17:01:01 +00:00
parent 5c71e3c2c5
commit 12784de8d3

View File

@@ -44,6 +44,10 @@ jobs:
- name: 构建并推送 Virtual Kubelet 镜像
uses: docker/build-push-action@v5
env:
HTTP_PROXY: "http://10.0.0.52:7890"
HTTPS_PROXY: "http://10.0.0.52:7890"
ALL_PROXY: "socks://10.0.0.52:7890"
with:
context: .
file: ./Dockerfile # 确保Dockerfile路径正确