更新 Jenkinsfile
This commit is contained in:
Vendored
-2
@@ -83,7 +83,6 @@ pipeline {
|
|||||||
--builder ${BUILDER_NAME} \
|
--builder ${BUILDER_NAME} \
|
||||||
--platform ${TARGET_PLATFORMS} \
|
--platform ${TARGET_PLATFORMS} \
|
||||||
--pull \
|
--pull \
|
||||||
--network host \
|
|
||||||
--provenance=false \
|
--provenance=false \
|
||||||
-f src/LiveRecorder.WebApi/Dockerfile \
|
-f src/LiveRecorder.WebApi/Dockerfile \
|
||||||
-t ${API_IMAGE_TAGGED} \
|
-t ${API_IMAGE_TAGGED} \
|
||||||
@@ -103,7 +102,6 @@ pipeline {
|
|||||||
--builder ${BUILDER_NAME} \
|
--builder ${BUILDER_NAME} \
|
||||||
--platform ${TARGET_PLATFORMS} \
|
--platform ${TARGET_PLATFORMS} \
|
||||||
--pull \
|
--pull \
|
||||||
--network host \
|
|
||||||
--provenance=false \
|
--provenance=false \
|
||||||
-f frontend/Dockerfile \
|
-f frontend/Dockerfile \
|
||||||
--build-arg VITE_API_BASE_URL=/api \
|
--build-arg VITE_API_BASE_URL=/api \
|
||||||
|
|||||||
Reference in New Issue
Block a user