From b683bfbcc0ed550d82b96cca642c845d3c86b1de Mon Sep 17 00:00:00 2001 From: d8dfun Date: Thu, 2 Oct 2025 23:29:18 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 71e02aabd..64e326d0c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,10 +31,10 @@ jobs: with: driver: docker-container driver-opts: | - env.HTTP_PROXY=http://10.0.0.52:7890 - env.HTTPS_PROXY=http://10.0.0.52:7890 - env.ALL_PROXY=socks://10.0.0.52:7890 - env.NO_PROXY="localhost,127.0.0.1,aliyuncs.com,registry-vpc.cn-beijing.aliyuncs.com" + env.http_proxy=http://10.0.0.52:7890 + env.https_proxy=http://10.0.0.52:7890 + env.all_proxy=socks://10.0.0.52:7890 + env.no_proxy=localhost,127.0.0.1 - name: 从标签名中提取版本号 id: extract_version