fix: remove invalid docker binary mount and reinstall cli
Some checks failed
CI / build-and-test (push) Successful in 2m39s
CI / deploy (push) Failing after 29s

This commit is contained in:
SpecialX
2025-12-19 16:04:23 +08:00
parent 59dc0bcf50
commit 16a0c021b1

View File

@@ -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: |