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 1m4s

This commit is contained in:
James Brumond 2023-08-16 15:59:21 -07:00
parent c0c3686860
commit 8516396ff7
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 || 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
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
- name: Set up QEMU
uses: docker/setup-qemu-action@v2