From 2145b07e694db48336c903f728adbe22f32dd55d Mon Sep 17 00:00:00 2001 From: "DESKTOP-V763RJ7\\Administrator" <835606593@qq.com> Date: Wed, 7 Jan 2026 17:50:37 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=85=A8=E5=A5=97=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/Jenkinsfile b/deploy/Jenkinsfile index 423bd2f..690c45e 100644 --- a/deploy/Jenkinsfile +++ b/deploy/Jenkinsfile @@ -78,7 +78,6 @@ pipeline { passwordVariable: 'DOCKER_PASS' )]) { sh """ - uname -m 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 logout ${env.REGISTRY_URL}