try setting docker_host
This commit is contained in:
		| @@ -14,14 +14,16 @@ jobs: | |||||||
|     - name: Check out the repo |     - name: Check out the repo | ||||||
|       uses: actions/checkout@v3 |       uses: actions/checkout@v3 | ||||||
|  |  | ||||||
|     - name: Link to docker socket |     # - name: Link to docker socket | ||||||
|       run: | |     #   run: | | ||||||
|         ln -s ~/.docker/run/docker.sock /var/run/docker.sock |     #     ln -s ~/.docker/run/docker.sock /var/run/docker.sock | ||||||
|         ls -l /var/run/docker.sock |     #     ls -l /var/run/docker.sock | ||||||
|         ls -l ~/.docker/run/docker.sock |     #     ls -l ~/.docker/run/docker.sock | ||||||
|  |  | ||||||
|     - name: Set up QEMU |     - name: Set up QEMU | ||||||
|       uses: docker/setup-qemu-action@v2 |       uses: docker/setup-qemu-action@v2 | ||||||
|  |       env: | ||||||
|  |         DOCKER_HOST: tcp://localhost:2376 | ||||||
|     #   uses: docker/setup-qemu-action@v1 |     #   uses: docker/setup-qemu-action@v1 | ||||||
|     #   with: |     #   with: | ||||||
|     #     image: tonistiigi/binfmt:qemu-v6.0.0 |     #     image: tonistiigi/binfmt:qemu-v6.0.0 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user