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: |