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

This commit is contained in:
2025-12-17 21:42:20 +01:00
parent 663d1c0a34
commit 8f0a43ec51

View File

@@ -14,10 +14,11 @@ jobs:
services:
docker:
image: docker:dind
env:
DOCKER_TLS_CERTDIR: ""
env:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_VERIFY: ""
DOCKER_HOST: tcp://docker:2375
steps:
- name: Checkout code