From 5ed852cb3b56bd271cc944abd135fb3c18ea5140 Mon Sep 17 00:00:00 2001 From: karylab Date: Sat, 3 Jan 2026 15:49:49 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/test.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f8af7c0..d7d0526 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -27,8 +27,9 @@ jobs: - name: Debug Network (Ping Test) run: | echo "正在嘗試 Ping gitea_dind..." - # 2. 測試是否能解析到 DinD 容器的 IP + # 測試是否能解析到 DinD 容器的 IP ping -c 3 gitea_dind + sudo docker network ls - name: Test Docker Connection env: