From 16a0c021b1cbe174efa8190a802418dffc5cfb2a Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:04:23 +0800 Subject: [PATCH] fix: remove invalid docker binary mount and reinstall cli --- .gitea/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9b77221..826e232 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -47,17 +47,12 @@ jobs: needs: build-and-test runs-on: CDCD container: - image: dockerreg.eazygame.cn/node:22-bookworm + image: dockerreg.eazygame.cn/node-with-docker:22 steps: - name: Download artifacts uses: actions/download-artifact@v3 with: name: next-build - - - name: Install Docker CLI - run: | - apt-get update - apt-get install -y docker.io - name: Deploy to Docker run: |