check network host
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 17s

This commit is contained in:
Nikita Pozdniakov
2026-01-27 13:42:10 +03:00
parent 839230caeb
commit a4343d530a

View File

@@ -9,6 +9,7 @@ jobs:
runs-on: [self-hosted, linux, docker] runs-on: [self-hosted, linux, docker]
container: container:
image: node:24.13-alpine3.22 image: node:24.13-alpine3.22
options: --network host
steps: steps:
- name: Checkout - name: Checkout