chore: 移除发布工作流及Dockerfile,
Some checks failed
Build Docker / build (push) Failing after 0s

This commit is contained in:
yinxiaolong
2026-06-18 18:56:32 +08:00
parent 75ecf07e9b
commit 240f03ff78

View File

@@ -6,9 +6,11 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: test - name: Set git proxy
run: curl -x http://10.255.0.1:7890 ip.sb - run: |
# - name: Checkout code git config --global http.proxy http://10.255.0.1:7890
# uses: actions/checkout@v2 git config --global https.proxy http://10.255.0.1:7890
# - name: Build - name: Checkout code
# run: ls -la uses: actions/checkout@v2
- name: Build
run: ls -la