Build and Push Memory Service / Build and Push Image (push) Failing after 16s
Previous run failed because: - rust:1.83-bookworm container lacks Node.js (needed for actions/checkout) - Docker not available in the rust container - actions/checkout@v4 is a third-party action that needs Node Solution: - Use docker:27-dind container (has docker + git preinstalled) - Replace actions/checkout with direct git clone + checkout - All steps run directly in the docker container This matches Forgejo's native environment better than trying to run GitHub Actions inside a Rust container.