From afc5534cb917f152e4778e6cad08c8a82dc5ba3d Mon Sep 17 00:00:00 2001 From: WaylandYang Date: Thu, 3 Sep 2026 05:59:46 +0800 Subject: [PATCH] Compose points at the second release candidate Co-Authored-By: Claude Fable 5.1 --- .github/workflows/release.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13f82ba1..40a04bf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: inputs: tag: - description: "Image tag to publish (e.g. 0.1.0-rc1)" + description: "Image tag to publish (e.g. 0.1.0-rc2)" required: true permissions: diff --git a/docker-compose.yml b/docker-compose.yml index f1fd6863..b97180b3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,7 @@ services: # 写一个不存在的标签,clone 下来第一步就是 manifest unknown。 # 所以撤掉一个版本时必须连它一起改——0.1.0 撤了,现在指向 rc。 # 转正之后改回 0.1.0(或改成 latest 让它自动跟随)。 - image: ${UTOPIA_IMAGE:-ghcr.io/deeplethe/utopia:0.1.0-rc1} + image: ${UTOPIA_IMAGE:-ghcr.io/deeplethe/utopia:0.1.0-rc2} profiles: ["app"] environment: # 默认以 owner 身份运行。要启用受限角色(业务表随便读写、台账只增不改),