build: set DOCKER_HOST explictly to debug act
Some checks failed
Test / elint (push) Failing after 35s

This commit is contained in:
Jared Allard 2025-03-09 15:21:28 -07:00
parent 074887ea7f
commit a3dd7f2979
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U

View file

@ -8,6 +8,10 @@ on:
branches: branches:
- "main" - "main"
env:
# TODO(jaredallard): Remove when act is finally working properly.
DOCKER_HOST: "tcp://localhost:2375"
# Ensure we run only one job at a time. # Ensure we run only one job at a time.
concurrency: concurrency:
group: "elint-${{ github.repository }}-${{ github.ref }}" group: "elint-${{ github.repository }}-${{ github.ref }}"