From 625fcc75d2d51a446589942a0c5b7e15d023f692 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Fri, 23 Jan 2026 17:01:06 +0100 Subject: [PATCH] run on host --- .gitea/workflows/ci.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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: