Files
poimen-memory/.gitea/workflows
rock 71fa334ba9
CI / Test (pull_request) Successful in 2m5s
CI / Build & Push Image (pull_request) Skipped
fix: standardize memory CI workflow to unified pattern
Reference: riotpiao.com action run 496/707

Unified structure:
- test job: all branches + PRs (install Node.js, checkout, cargo test/check)
- build-push job: main push only, depends on test
- Install Node.js before checkout
- Install docker.io only in build-push step
- Proper secrets (FORGEJO_REGISTRY_USER, FORGEJO_REGISTRY_TOKEN)
- Docker login + build + push + prune
2026-09-06 23:18:26 -07:00
..