fix:规范镜像名

This commit is contained in:
2025-07-17 10:27:47 +08:00
parent e7d831177c
commit 633d460560
Vendored
+1 -1
View File
@@ -1,7 +1,7 @@
pipeline { pipeline {
agent none // 全局不指定,局部自己声明 agent none // 全局不指定,局部自己声明
environment { environment {
IMAGE_NAME = 'LPT:0.0' IMAGE_NAME = 'lpt:0.0'
CONTAINER_NAME = 'LPT' CONTAINER_NAME = 'LPT'
HOST_PORT = '8081' HOST_PORT = '8081'
CONTAINER_PORT = '8081' CONTAINER_PORT = '8081'