back to trying previous runner setup
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Build and publish container images / build-and-publish (push) Failing after 1m37s

This commit is contained in:
James Brumond 2023-08-16 16:13:16 -07:00
parent 8516396ff7
commit 8233be8ffe
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -14,18 +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 || \
ls -l ~/.rd/docker.sock || \
ls -l /var/run/user/1000/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 || \
# ls -l ~/.rd/docker.sock || \
# ls -l /var/run/user/1000/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