chore(deploy): compose 镜像标签更新到 main-1.2.0
ci/woodpecker/push/woodpecker Pipeline was successful

镜像标签此前停留在 main-1.1.15,而 package.json 已升到 1.2.0,
CI 按 `${分支}-${版本}` 产出的标签是 main-1.2.0(Harbor 已存在该标签)。
不更新会继续部署旧镜像,待核对相关修复无法生效。
This commit is contained in:
shishengliang
2026-09-11 12:07:50 +08:00
parent 6822eafd09
commit d7538ed6eb
+1 -1
View File
@@ -6,7 +6,7 @@ version: '3.8'
services: services:
ln-bi: ln-bi:
image: harbor.lnh2e.com/lingniu-v1/ln-bi:main-1.1.15 image: harbor.lnh2e.com/lingniu-v1/ln-bi:main-1.2.0
network_mode: host network_mode: host
environment: environment:
NODE_ENV: "production" NODE_ENV: "production"