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 name: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
HTTP_PROXY: http://10.255.0.1:7890 HTTP_PROXY: http://10.255.0.1:7890
HTTPS_PROXY: http://10.255.0.1:7890 HTTPS_PROXY: http://10.255.0.1:7890
http_proxy: http://10.255.0.1:7890 http_proxy: http://10.255.0.1:7890
https_proxy: http://10.255.0.1:7890 https_proxy: http://10.255.0.1:7890
steps: steps:
- name: Set git proxy - name: Set git proxy
run: | run: |