ci: 更新代理配置地址
Some checks failed
Deploy Blog / build (push) Failing after 4s

将 HTTP 和 HTTPS 代理从 10.255.0.1 更改为 host.docker.internal,并统一使用小写环境变量格式。
This commit is contained in:
yinxiaolong
2026-07-23 18:09:36 +08:00
parent 32d2edf72d
commit 7d8938c9ae

View File

@@ -9,10 +9,8 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
HTTP_PROXY: http://10.255.0.1:7890 http_proxy=http://host.docker.internal:7890
HTTPS_PROXY: http://10.255.0.1:7890 https_proxy=http://host.docker.internal:7890
http_proxy: http://10.255.0.1:7890
https_proxy: http://10.255.0.1:7890
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4