chore: 移除发布工作流及Dockerfile,
Some checks failed
Remote SSH Command / Build (push) Failing after 6s

This commit is contained in:
yinxiaolong
2026-06-18 19:02:37 +08:00
parent 42a178d97e
commit 5cbe5c78e5

View File

@@ -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: |