From a85a2d776b65381d0977fabb59acd53272ba1c7d Mon Sep 17 00:00:00 2001 From: user Date: Thu, 5 Feb 2026 21:55:21 +0100 Subject: [PATCH] ci: Use host network for deploy container --- .gitea/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 5a71602..23212ea 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -56,6 +56,7 @@ jobs: if: github.event_name == 'workflow_dispatch' && github.event.inputs.deploy == 'true' || startsWith(github.ref, 'refs/tags/v') container: image: docker.io/espressif/idf:v5.3 + options: --network host steps: - name: Install tools run: |