diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 8a98cb2..db8b40d 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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