chore: test act-runner-dind reachability
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 24s
Test Docker Host / test (push) Successful in 2s
Build & Deploy / 🧪 QA (push) Successful in 1m23s
Build & Deploy / 🏗️ Build (push) Failing after 27s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 3s

This commit is contained in:
2026-06-18 14:55:41 +02:00
parent a6559eb7bb
commit c8f3420a5c

View File

@@ -9,5 +9,5 @@ jobs:
container:
image: catthehacker/ubuntu:act-latest
steps:
- run: env | grep DOCKER || echo "No DOCKER env vars"
- run: docker info || echo "Docker info failed"
- run: ping -c 1 act-runner-dind || echo "not reachable"
- run: curl -s http://act-runner-dind:2375/v1.24/info || echo "curl failed"