try creating link to docker.sock
This commit is contained in:
parent
3bcd6db9e4
commit
40bba8be55
@ -15,7 +15,9 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- 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
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user