more docker debugging
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Build and publish container images / build-and-publish (push) Failing after 7s

This commit is contained in:
James Brumond 2023-08-16 15:58:38 -07:00
parent 0bb5b5e7c2
commit c0c3686860
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -17,10 +17,10 @@ jobs:
- name: Link to docker socket
run: |
# ln -s ~/.docker/run/docker.sock /var/run/docker.sock
ls -l /var/run/docker.sock
ls -l ~/.docker/run/docker.sock
ls -l ~/.rd/docker.sock
ls -l /var/run/user/1000/docker.sock
ls -l /var/run/docker.sock || exit 0
ls -l ~/.docker/run/docker.sock || exit 0
ls -l ~/.rd/docker.sock || exit 0
ls -l /var/run/user/1000/docker.sock || exit 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v2