From 9146c7b0b026523c4e418f414320e0eb2c3d3b5d Mon Sep 17 00:00:00 2001 From: "DESKTOP-V763RJ7\\Administrator" <835606593@qq.com> Date: Wed, 7 Jan 2026 17:14:13 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=86=8D=E8=AF=95=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/Jenkinsfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/deploy/Jenkinsfile b/deploy/Jenkinsfile index b88df26..690c45e 100644 --- a/deploy/Jenkinsfile +++ b/deploy/Jenkinsfile @@ -79,11 +79,7 @@ pipeline { )]) { sh """ echo "$DOCKER_PASS" | docker login --username "$DOCKER_USER" --password-stdin ${env.REGISTRY_URL} - docker buildx build \\ - --platform linux/amd64 \\ - -t ${env.IMAGE_TAG} \\ - -f deploy/Dockerfile . \\ - --push + docker buildx build --platform linux/amd64 -t ${env.IMAGE_TAG} -f deploy/Dockerfile . --push docker logout ${env.REGISTRY_URL} """ }