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 7s

This commit is contained in:
James Brumond 2023-08-16 15:48:45 -07:00
parent 3bcd6db9e4
commit 40bba8be55
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -15,7 +15,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Link to docker socket - name: Link to docker socket
run: ln -s ~/.docker/run/docker.sock /var/run/docker.sock run: |
ln -s ~/.docker/run/docker.sock /var/run/docker.sock
ls -l /var/run/docker.sock
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v2 uses: docker/setup-qemu-action@v2