@ -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
|
||||
|
||||
Reference in New Issue
Block a user