From 9b92834f8139bfd39b1556f1e8ee23149a5bc97f 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:04:34 +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 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0a4daff..630362c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,7 +83,6 @@ pipeline { --builder ${BUILDER_NAME} \ --platform ${TARGET_PLATFORMS} \ --pull \ - --network host \ --provenance=false \ -f src/LiveRecorder.WebApi/Dockerfile \ -t ${API_IMAGE_TAGGED} \ @@ -103,7 +102,6 @@ pipeline { --builder ${BUILDER_NAME} \ --platform ${TARGET_PLATFORMS} \ --pull \ - --network host \ --provenance=false \ -f frontend/Dockerfile \ --build-arg VITE_API_BASE_URL=/api \