更新 .github/workflows/build.yaml
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Failing after 57s
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Failing after 57s
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -44,6 +44,10 @@ jobs:
|
|||||||
|
|
||||||
- name: 构建并推送 Virtual Kubelet 镜像
|
- name: 构建并推送 Virtual Kubelet 镜像
|
||||||
uses: docker/build-push-action@v5
|
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:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile # 确保Dockerfile路径正确
|
file: ./Dockerfile # 确保Dockerfile路径正确
|
||||||
|
|||||||
Reference in New Issue
Block a user