qwe
All checks were successful
简单测试 / test (push) Successful in 46s

This commit is contained in:
2025-07-12 17:38:14 +08:00
parent 0125105b36
commit f176b395e6

View File

@ -25,8 +25,6 @@ jobs:
run: |
echo "Checking network from inside the job container..."
cat /etc/resolv.conf
ping -c 4 gitea # 尝试ping gitea服务名
nslookup gitea # 尝试解析gitea服务名
curl -v http://gitea:3000/v2/ # 尝试访问registry的API端点
- name: 登录到Gitea Container Registry