ci(docker): publish multi-arch latest and harden release tagging path

This commit is contained in:
Chummy 2026-02-19 19:25:01 +08:00
parent 772bb15ed9
commit b611609c30
2 changed files with 7 additions and 3 deletions

View file

@ -143,7 +143,7 @@ Workflow: `.github/workflows/pub-docker-img.yml`
- `latest` + SHA tag (`sha-<12 chars>`) for `main`
- semantic tag from pushed git tag (`vX.Y.Z`) + SHA tag for tag pushes
- branch name + SHA tag for non-`main` manual dispatch refs
5. Multi-platform publish is used for tag pushes (`linux/amd64,linux/arm64`), while `main` publish stays `linux/amd64`.
5. Multi-platform publish is used for both `main` and tag pushes (`linux/amd64,linux/arm64`).
6. Typical runtime in recent sample: ~139.9s.
7. Result: pushed image tags under `ghcr.io/<owner>/<repo>`.