From 34409f04a3637e1072b7bf0a36e261c837b9fd77 Mon Sep 17 00:00:00 2001 From: d8dfun Date: Thu, 2 Oct 2025 23:52:12 +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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9a015b7bd..15b836094 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,11 +29,12 @@ jobs: - name: 设置带代理的 Docker Buildx uses: docker/setup-buildx-action@v3 with: - driver-opts: | - network=host - 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 + driver: docker # 明确指定使用 docker 驱动 + # driver-opts: | + # network=host + # 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 - name: 从标签名中提取版本号 id: extract_version