We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cc6be commit 7278c60Copy full SHA for 7278c60
1 file changed
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
37
# And crucially, ensure the container has access to the Dind service
38
# The 'docker' service is usually accessible via a network alias in this setup.
39
- environment:
+ env:
40
DOCKER_HOST: tcp://docker:2375 # Point to the dind service
41
DOCKER_TLS_CERTDIR: "" # Disable TLS for dind for simplicity in CI
42
0 commit comments