ci: add DOCKER_HOST env vars to fix socket connectivity
This commit is contained in:
@@ -32,6 +32,10 @@ jobs:
|
||||
needs: test
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
runs-on: node
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2376
|
||||
DOCKER_TLS_VERIFY: "1"
|
||||
DOCKER_CERT_PATH: /docker-certs/client
|
||||
steps:
|
||||
- name: Install Node.js and Docker
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user