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 \