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