ci: add DOCKER_HOST env vars to fix socket connectivity
CI / Test (push) Successful in 1m29s
CI / Build & Push Image (push) Failing after 1m1s

This commit is contained in:
Story Crater Bot
2026-09-07 08:57:49 -07:00
parent 19bf437d79
commit 46b1f82771
+4
View File
@@ -32,6 +32,10 @@ jobs:
needs: test needs: test
if: github.event_name == 'push' && github.ref == 'refs/heads/main' if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: node runs-on: node
env:
DOCKER_HOST: tcp://localhost:2376
DOCKER_TLS_VERIFY: "1"
DOCKER_CERT_PATH: /docker-certs/client
steps: steps:
- name: Install Node.js and Docker - name: Install Node.js and Docker
run: | run: |