diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 458122f..be79457 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -16,21 +16,13 @@ env: jobs: build-base-builder: - runs-on: self-hosted + runs-on: ubuntu-latest timeout-minutes: 360 - container: - image: node:20-bullseye - options: --privileged services: docker: image: docker:28.5.1-dind options: --privileged steps: - - name: Install Docker CLI - run: | - apt-get update - apt-get install -y docker.io - - name: Login to the Container registry uses: docker/login-action@v2 with: