TEST: docker in docker
Some checks failed
build / build-and-push (push) Failing after 1s
Test DIND Integration / test-docker (push) Failing after 14s

This commit is contained in:
2025-12-17 21:46:14 +01:00
parent 8f0a43ec51
commit 59b20a1f01

View File

@@ -18,7 +18,7 @@ jobs:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
env: env:
DOCKER_HOST: tcp://docker:2375 DOCKER_HOST: tcp://localhost:2375
steps: steps:
- name: Checkout code - name: Checkout code