From 5cbe5c78e532d2f492a8985d76510b72ab0ad4f4 Mon Sep 17 00:00:00 2001 From: yinxiaolong Date: Thu, 18 Jun 2026 19:02:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=8F=8ADockerfile=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a19ea7..26cb7c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,10 +5,10 @@ jobs: name: Build runs-on: ubuntu-latest env: - HTTP_PROXY: http://10.255.0.1:7890 - HTTPS_PROXY: http://10.255.0.1:7890 - http_proxy: http://10.255.0.1:7890 - https_proxy: http://10.255.0.1:7890 + HTTP_PROXY: http://10.255.0.1:7890 + HTTPS_PROXY: http://10.255.0.1:7890 + http_proxy: http://10.255.0.1:7890 + https_proxy: http://10.255.0.1:7890 steps: - name: Set git proxy run: |