Files
poimen-memory/.gitea/workflows
rock 5cfff3990a
Build and Push Memory Service / Build and Push Image (push) Failing after 9s
ci: simplify workflow - use current directory (repo auto-checked-out)
Previous failure: git clone tried to clone into /workspace which already exists

Fix:
- Remove git clone step
- Forgejo automatically checks out repo into current directory
- Just install git, get commit info, build, and push
- Much simpler and cleaner
2026-09-05 22:41:32 -07:00
..