From a4343d530adaa143dc99103ae99a586f73f86294 Mon Sep 17 00:00:00 2001 From: Nikita Pozdniakov Date: Tue, 27 Jan 2026 13:42:10 +0300 Subject: [PATCH] check network host --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8540022..3830efe 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,6 +9,7 @@ jobs: runs-on: [self-hosted, linux, docker] container: image: node:24.13-alpine3.22 + options: --network host steps: - name: Checkout