Skip to content

Commit 7278c60

Browse files
committed
fix syntax error
1 parent 09cc6be commit 7278c60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# And crucially, ensure the container has access to the Dind service
3838
# The 'docker' service is usually accessible via a network alias in this setup.
39-
environment:
39+
env:
4040
DOCKER_HOST: tcp://docker:2375 # Point to the dind service
4141
DOCKER_TLS_CERTDIR: "" # Disable TLS for dind for simplicity in CI
4242

0 commit comments

Comments
 (0)