Docker debug
Some checks failed
Self Test / test (push) Failing after 8s

This commit is contained in:
wispem-wantex 2025-06-07 07:37:35 -04:00
parent 65ab1a5de3
commit 71aa7688ff

View File

@ -7,8 +7,7 @@ jobs:
container:
image: offline-twitter/go
volumes:
- name: woodpecker-gocache
path: /go-cache-volume
- woodpecker-gocache:/go-cache-volume
env:
GOPATH: /go-cache-volume
GOCACHE: /go-cache-volume/build-cache
@ -19,6 +18,8 @@ jobs:
- name: debug
run: |
env
apt install -y docker.io
docker ps --format '{{.ID}}' | xargs -n1 docker inspect --format '{{.Name}}: {{range .Mounts}}{{.Source}} -> {{.Destination}}, {{end}}'
ls -l /go-cache-volume
ls -l /var/run/docker.sock