CI: point docker job at dind sidecar via tcp DOCKER_HOST
CI / test (push) Successful in 6s
CI / docker (push) Failing after 11s

This commit is contained in:
2026-09-08 18:39:36 -05:00
parent 304c378a88
commit 518a4dc026
+3
View File
@@ -27,6 +27,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
needs: test needs: test
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
# dind sidecar listens on tcp; job containers reach it via the docker bridge gateway
DOCKER_HOST: tcp://172.17.0.1:2375
permissions: permissions:
contents: read contents: read
packages: write packages: write