From 431924526f630b625ff98e6813d4f76d2f0b2c66 Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:53:35 +0800 Subject: [PATCH] fix: mount docker socket and binary to node container --- .gitea/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 24a4c6d..e45f3ff 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -46,6 +46,11 @@ jobs: deploy: needs: build-and-test runs-on: CDCD + container: + image: dockerreg.eazygame.cn/node:22-bookworm + volumes: + - /var/run/docker.sock:/var/run/docker.sock + - /usr/bin/docker:/usr/bin/docker steps: - name: Download artifacts uses: actions/download-artifact@v3