chore: test gateway dind reachability
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 23s
Test Docker Host / test (push) Successful in 2s
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
Build & Deploy / 🧪 QA (push) Has been cancelled
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 23s
Test Docker Host / test (push) Successful in 2s
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
Build & Deploy / 🧪 QA (push) Has been cancelled
This commit is contained in:
@@ -9,5 +9,6 @@ jobs:
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- run: ping -c 1 act-runner-dind || echo "not reachable"
|
||||
- run: curl -s http://act-runner-dind:2375/v1.24/info || echo "curl failed"
|
||||
- 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"
|
||||
|
||||
Reference in New Issue
Block a user