try creating link to docker.sock
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Build and publish container images / build-and-publish (push) Failing after 6s

This commit is contained in:
James Brumond 2023-08-16 15:49:27 -07:00
parent 40bba8be55
commit 23141c4fcd
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -18,6 +18,7 @@ jobs:
run: |
ln -s ~/.docker/run/docker.sock /var/run/docker.sock
ls -l /var/run/docker.sock
ls -l ~/.docker/run/docker.sock
- name: Set up QEMU
uses: docker/setup-qemu-action@v2