diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3d38914..76d6ce4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,6 +7,11 @@ jobs: build: runs-on: ubuntu-latest-2 steps: + - name: 关闭 app 容器 + run: | + docker compose stop app || true + docker compose rm -f app || true + - name: 克隆本地 checkout action run: | git clone http://114.67.155.184:3000/niyyzf/checkout.git ./.actions/checkout