chore: test dind service
Some checks failed
Build & Deploy / 🧪 QA (push) Blocked by required conditions
Build & Deploy / 🔍 Prepare (push) Successful in 24s
Test Docker Host / test (push) Failing after 10s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled

This commit is contained in:
2026-06-18 14:59:19 +02:00
parent c6b81a3d77
commit 3b297aae3f

View File

@@ -8,7 +8,11 @@ jobs:
runs-on: docker
container:
image: catthehacker/ubuntu:act-latest
services:
docker:
image: docker:24-dind
options: --privileged
env:
DOCKER_TLS_CERTDIR: ""
steps:
- run: ip route | awk '/default/ { print $3 }' > gateway.txt
- run: cat gateway.txt
- run: GATEWAY=$(cat gateway.txt) && curl -s http://$GATEWAY:2375/v1.24/info || echo "curl failed"
- run: docker info