更新 Jenkinsfile

This commit is contained in:
2026-04-24 16:07:54 +08:00
parent 9b92834f81
commit 1e48572321
Vendored
+2
View File
@@ -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 \