chore(deploy): 更新 GHCR 默认镜像与部署说明

- 将部署示例中的默认镜像改为仓库对应的 GHCR 地址。
- 补充单容器部署时的镜像确认说明。
- 更新 GitHub Actions 的路径忽略规则,避免文档和示例配置变更触发发布流程。
This commit is contained in:
LanQin
2026-06-15 22:19:24 +08:00
parent 913a0ef420
commit f91b3143da
4 changed files with 27 additions and 18 deletions
+6
View File
@@ -7,7 +7,13 @@ on:
- master
tags:
- "v*"
paths-ignore:
- "**/*.md"
- "deploy/.env.example"
pull_request:
paths-ignore:
- "**/*.md"
- "deploy/.env.example"
workflow_dispatch:
permissions: