From d1578b502893441345f05931c6c25d30df095f65 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Fri, 1 Aug 2025 22:14:14 +1000 Subject: [PATCH] chore: Debug docker daemon connection --- .gitea/workflows/actions.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index b9b2963..916218a 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -42,16 +42,18 @@ jobs: runs-on: ubuntu-latest # needs: semrel_dryrun env: - DOCKER_HOST: tcp://docker:2375 + DOCKER_HOST: tcp://127.0.0.1:2375 DOCKER_TLS_VERIFY: "" steps: - name: Check out repository code uses: actions/checkout@v4 - - name: Set up qemu - uses: docker/setup-qemu-action@v3 - # run: | - # sudo apt-get update - # sudo apt-get install -y qemu-user-static + # - name: Set up qemu + # # uses: docker/setup-qemu-action@v3 + # run: | + # sleep 7200 + # # run: | + # # sudo apt-get update + # # sudo apt-get install -y qemu-user-static - name: Create builder context id: buildx-context run: |