更新 Jenkinsfile
This commit is contained in:
Vendored
+2
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user