From 4c9183e5adbc1e20e9dbc1d70b51bc2bbcdc79e4 Mon Sep 17 00:00:00 2001 From: wonder Date: Wed, 27 May 2026 13:24:30 +0800 Subject: [PATCH] ci: remove container and install-tools step to run on host directly The host runner already has git and docker-cli installed, so running inside node:22-alpine container and installing tools is unnecessary. Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/deploy.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 5afa733..de97b23 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -8,11 +8,7 @@ on: jobs: build-and-deploy: runs-on: aliyun - container: node:22-alpine steps: - - name: Install tools - run: apk add --no-cache docker-cli git - - name: Checkout uses: http://47.121.181.112:3000/wonder/checkout@v4 with: