chore: debug
Docker Build and Push / docker_build (push) Failing after 6m48s

This commit is contained in:
2026-06-05 23:04:32 +02:00
parent 77892e0135
commit b4f7f91d60
+3 -2
View File
@@ -25,8 +25,9 @@ jobs:
steps:
- name: Prepare for rootless docker
run: |
find / -name docker.sock || true
docker version
ls -l /run/docker.sock || true
ss -lx | grep docker || true
ps aux | grep dockerd || true
- name: Checkout repository
uses: actions/checkout@v6