Files
poimen-memory/.gitea/workflows
rock 9807e7ec97
Build and Push Memory Service / Build and Push Image (push) Failing after 16s
ci: fix workflow - use docker:27-dind container with git built-in
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.
2026-09-05 22:40:27 -07:00
..