更新 .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:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
password: ${{ secrets.ALI_DOCKER_REGISTRY_PASSWORD }}
|
password: ${{ secrets.ALI_DOCKER_REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: 构建并推送 Virtual Kubelet 镜像
|
- name: 构建并推送 Virtual Kubelet 镜像
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile # 确保Dockerfile路径正确
|
file: ./Dockerfile # 确保Dockerfile路径正确
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
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
|
HTTP_PROXY=10.0.0.52:7890
|
||||||
NO_PROXY=localhost,127.0.0.1
|
NO_PROXY=localhost,127.0.0.1
|
||||||
|
|
||||||
labels: |
|
labels: |
|
||||||
|
|||||||
Reference in New Issue
Block a user