From 1e48572321d97454953b7dcc2ba13ad271f580ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A5=BF=E8=A1=97=E9=95=BF=E5=AE=89?= Date: Fri, 24 Apr 2026 16:07:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 630362c..0a4daff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,6 +83,7 @@ pipeline { --builder ${BUILDER_NAME} \ --platform ${TARGET_PLATFORMS} \ --pull \ + --network host \ --provenance=false \ -f src/LiveRecorder.WebApi/Dockerfile \ -t ${API_IMAGE_TAGGED} \ @@ -102,6 +103,7 @@ pipeline { --builder ${BUILDER_NAME} \ --platform ${TARGET_PLATFORMS} \ --pull \ + --network host \ --provenance=false \ -f frontend/Dockerfile \ --build-arg VITE_API_BASE_URL=/api \