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