Skip to content

Commit f9cc86c

Browse files
.
1 parent ff80606 commit f9cc86c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test-integrations-cloud.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
timeout-minutes: 30
3131
runs-on: ${{ matrix.os }}
3232
env:
33-
DOCKER_HOST: tcp://docker:2375
33+
DOCKER_HOST: tcp://127.0.0.1:2375
3434
strategy:
3535
fail-fast: false
3636
matrix:
@@ -44,6 +44,10 @@ jobs:
4444
docker:
4545
image: docker:24.0.9-dind # Required for Docker network management
4646
options: --privileged # Required for Docker-in-Docker operations
47+
env:
48+
DOCKER_TLS_CERTDIR: ""
49+
ports:
50+
- 2375:2375
4751
# Use Docker container only for Python 3.6
4852
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4953
steps:

0 commit comments

Comments
 (0)