try setting docker_host
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:50:40 -07:00
parent 23141c4fcd
commit 1c24554d4e
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -14,14 +14,16 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3
- name: Link to docker socket
run: |
ln -s ~/.docker/run/docker.sock /var/run/docker.sock
ls -l /var/run/docker.sock
ls -l ~/.docker/run/docker.sock
# - name: Link to docker socket
# 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
env:
DOCKER_HOST: tcp://localhost:2376
# uses: docker/setup-qemu-action@v1
# with:
# image: tonistiigi/binfmt:qemu-v6.0.0