Files
poimen-memory/scripts
rock 7074659f83 scripts: add manual build & push script (for when CI is stuck)
Use this script when Forgejo CI/CD runners are unavailable or stuck:

  export REGISTRY_TOKEN='<your-token>'
  ./scripts/build-and-push.sh

Features:
- Dependency checks (docker, git)
- Commit info extraction
- Registry login/logout
- Multi-tag build
- Progress output
- Error handling
- Cleanup
2026-09-05 14:27:05 -07:00
..