diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 79e8a19..ff4687f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,11 @@ jobs: deploy: needs: build-and-start runs-on: [ubuntu-latest, docker] + container: + image: node:20-bookworm steps: + - name: Install Docker + run: apt-get update -qq && apt-get install -y -qq docker.io docker-compose - name: Checkout uses: actions/checkout@v4 - name: Deploy