更新 Jenkinsfile

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