更新 .github/workflows/build.yaml
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Failing after 29s
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Failing after 29s
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -29,6 +29,8 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
driver: docker # 明确指定使用 docker 驱动
|
driver: docker # 明确指定使用 docker 驱动
|
||||||
|
network: host
|
||||||
|
|
||||||
|
|
||||||
- name: 从标签名中提取版本号
|
- name: 从标签名中提取版本号
|
||||||
id: extract_version
|
id: extract_version
|
||||||
|
|||||||
Reference in New Issue
Block a user