diff --git a/.gitea/workflows/earthly.yml b/.gitea/workflows/earthly.yml index a9242d6..2f12c1c 100644 --- a/.gitea/workflows/earthly.yml +++ b/.gitea/workflows/earthly.yml @@ -12,6 +12,7 @@ jobs: runs-on: ubuntu-latest env: EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }} + DOCKER_HOST: tcp://localhost:2376 steps: - uses: earthly/actions-setup@v1 with: