chore: 移除发布工作流及Dockerfile,
Some checks failed
Remote SSH Command / Build (push) Has been cancelled

This commit is contained in:
yinxiaolong
2026-06-18 19:02:26 +08:00
parent dd350f3edf
commit 42a178d97e

View File

@@ -4,6 +4,11 @@ jobs:
build: build:
name: Build name: Build
runs-on: ubuntu-latest 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
steps: steps:
- name: Set git proxy - name: Set git proxy
run: | run: |