Merge fix/memory-ci-nodejs-docker into main to enable CI triggers. ## Changes - Add Node.js install before actions/checkout@v4 - Add docker.io install before docker login - Add env vars (REGISTRY, REGISTRY_USER) - Test job runs on all branches + PRs ✅ - Build-push job only runs on main push ✅ ## Result - PRs: CI runs tests (no registry push) ✅ - Main push: CI runs tests + builds + pushes to registry ✅Reviewed-on: rock/poimen-memory#17 Co-authored-by: rock <[email protected]>