From 65e31b1ff2e0eb4e0d799c2fe3d662585d6bd841 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Mon, 6 Oct 2025 09:16:07 +0200 Subject: [PATCH] try without docker --- .gitea/workflows/gateway.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gateway.yaml b/.gitea/workflows/gateway.yaml index f874864..db2a735 100644 --- a/.gitea/workflows/gateway.yaml +++ b/.gitea/workflows/gateway.yaml @@ -4,7 +4,7 @@ on: [push] jobs: gateway-pipeline: - runs-on: ubuntu-22.04 + runs-on: self-hosted steps: - name: Check out repository code uses: actions/checkout@v4