try creating link to docker.sock
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user