Skip to content

v1.2.6

Choose a tag to compare

@github-actions github-actions released this 23 Apr 15:59
· 10 commits to main since this release

更新内容

  • 新增基于 GitHub Container Registry 的 Docker 发布链路,发版后可直接拉取镜像部署。
  • 修正 Docker 镜像构建与运行目录,适配当前 web/dist/app/data 结构。
  • 新增 Docker 一键更新脚本:
    • Windows:scripts/docker-update.ps1
    • macOS / Linux:scripts/docker-update.sh
  • docker-compose.yml 已支持直接使用 GitHub 镜像并保留本地 build 能力。
  • README 补充 Docker 部署与一键更新说明。