publish the smoke-tested image to git.ipao.vip/rogee/mohomo-docker on Gitea main pushes and manual dispatches
tag latest and the full commit SHA, then idempotently link the package to this repository
keep pull requests validation-only and preserve GitHub/GHCR workflow isolation
document REGISTRY_TOKEN setup and retry behavior
Tests:
./scripts/test.sh (73.8% coverage)
./tests/container-smoke.sh
go vet ./...
go mod verify
YAML parse and git diff --check
Operational prerequisite: configure the repository Actions secret REGISTRY_TOKEN before merging.
Closes HH-723
Summary:
- publish the smoke-tested image to git.ipao.vip/rogee/mohomo-docker on Gitea main pushes and manual dispatches
- tag latest and the full commit SHA, then idempotently link the package to this repository
- keep pull requests validation-only and preserve GitHub/GHCR workflow isolation
- document REGISTRY_TOKEN setup and retry behavior
Tests:
- ./scripts/test.sh (73.8% coverage)
- ./tests/container-smoke.sh
- go vet ./...
- go mod verify
- YAML parse and git diff --check
Operational prerequisite: configure the repository Actions secret REGISTRY_TOKEN before merging.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes HH-723
Summary:
Tests:
Operational prerequisite: configure the repository Actions secret REGISTRY_TOKEN before merging.