docs(readme): CI 介绍句补 deploy step,与 DEPLOY_PATH bullet 对齐
上一笔 03474c8 加 vars.DEPLOY_PATH 时只动了 bullet,介绍句还是
'builds and pushes the image',与新 bullet 描述的 deploy job 不对齐。
补一句 'then optionally redeploys ... (controlled by vars.DEPLOY_PATH)'。
This commit is contained in:
@@ -150,7 +150,9 @@ docker run --rm -p 8080:8080 \
|
||||
```
|
||||
|
||||
The included `.gitea/workflows/build-image.yml` builds and pushes the image
|
||||
on every push to `main`. It expects these repository Variables / Secrets:
|
||||
on every push to `main`, then optionally redeploys the container on the
|
||||
runner host (controlled by `vars.DEPLOY_PATH`, see below). It expects these
|
||||
repository Variables / Secrets:
|
||||
|
||||
- `vars.REGISTRY` — registry hostname (e.g. `ghcr.io`, or `git.example.com` for Gitea Container Registry)
|
||||
- `vars.IMAGE_OWNER` — registry owner/namespace
|
||||
|
||||
Reference in New Issue
Block a user