From f0074d04d997c99652b08d4933b37d9c8e82a151 Mon Sep 17 00:00:00 2001 From: xkm Date: Thu, 7 May 2026 10:41:59 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/debian.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/debian.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/debian.yaml b/.gitea/workflows/debian.yaml index 8928abf..c5e5314 100644 --- a/.gitea/workflows/debian.yaml +++ b/.gitea/workflows/debian.yaml @@ -16,7 +16,6 @@ jobs: driver-opts: | env.HTTP_PROXY=socks5h://${{ secrets.PROXY }} env.HTTPS_PROXY=socks5h://${{ secrets.PROXY }} - env.NO_PROXY=localhost,127.0.0.1,::1,10.0.0.0/8 - name: Log in to Docker Hub uses: https://gitea.starryskymeow.cn/mirrors/docker-login-action@v4