Build and Push Memory Service / Build and Push Image (push) Failing after 12s
Updated in homelab: forgejo-runner-rust now uses docker:27-cli image which includes Node.js + git + docker + full dev tools. This allows actions/checkout@v4 and other GitHub Actions to work. Workflow simplified: - No container override (use runner's native environment) - Uses actions/checkout@v4 (requires Node.js) - Builds and pushes to registry Test commit to verify new runner configuration works.