更新 .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:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -28,7 +28,9 @@ jobs:
|
||||
- name: 设置 Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver: docker # 明确指定使用 docker 驱动
|
||||
driver: docker # 明确指定使用 docker 驱动
|
||||
network: host
|
||||
|
||||
|
||||
- name: 从标签名中提取版本号
|
||||
id: extract_version
|
||||
|
||||
Reference in New Issue
Block a user