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:
runs-on: ubuntu-latest
steps:
- name: test
run: curl -x http://10.255.0.1:7890 ip.sb
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Build
# run: ls -la
- name: Set git proxy
- run: |
git config --global http.proxy http://10.255.0.1:7890
git config --global https.proxy http://10.255.0.1:7890
- name: Checkout code
uses: actions/checkout@v2
- name: Build
run: ls -la