From 7dc92191e0e1aba42dfd0785472ecbc39250dc0a Mon Sep 17 00:00:00 2001 From: CI Test Date: Tue, 7 Jul 2026 21:55:55 +0800 Subject: [PATCH] =?UTF-8?q?test:=20watchtower=E8=87=AA=E5=8A=A8=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=AA=8C=E8=AF=81=EF=BC=88=E4=BB=85=E5=8A=A0=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infra/docker/deploy-staging-registry.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/docker/deploy-staging-registry.sh b/infra/docker/deploy-staging-registry.sh index 572fed401..d9f744a8a 100755 --- a/infra/docker/deploy-staging-registry.sh +++ b/infra/docker/deploy-staging-registry.sh @@ -174,3 +174,5 @@ echo "API: http://127.0.0.1:8000" echo "Web: http://127.0.0.1:3001" echo "Version: $IMAGE_TAG" docker ps --format "table {{.Names}}\t{{.Status}}" | grep staging + +# Watchtower auto-update: 容器加com.centurylinklabs.watchtower.enable=true标签,用:staging tag启动