更新woodpecker配置文件

This commit is contained in:
2026-01-06 16:10:46 +08:00
parent 4f22295482
commit 0a2e6acfc8
+5 -6
View File
@@ -9,17 +9,16 @@ when:
# arch: amd64
# multiarch: true
volumes:
- name: docker-sock
host:
path: /var/run/docker.sock
#volumes:
# - name: docker-sock
# host:
# path: /var/run/docker.sock
steps:
- name: diagnose
image: docker:29.0-cli
volumes:
- name: docker-sock
path: /var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock
commands:
# - apk add --no-cache curl jq 2>/dev/null || true
- echo "=== Docker CLI ==="; docker version