From 633d4605603913dda5b75410a7740213ff807483 Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Thu, 17 Jul 2025 10:27:47 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=A7=84=E8=8C=83=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0bdfd56..b5f47ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent none // 全局不指定,局部自己声明 environment { - IMAGE_NAME = 'LPT:0.0' + IMAGE_NAME = 'lpt:0.0' CONTAINER_NAME = 'LPT' HOST_PORT = '8081' CONTAINER_PORT = '8081'