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,11 +14,12 @@ jobs:
services: services:
docker: docker:
image: docker:dind image: docker:dind
env:
DOCKER_TLS_CERTDIR: ""
env: env:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_VERIFY: ""
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4