Files
poimen-memory/.forgejo/workflows
rock 29a708b34c
Build & Push Memory Image / build-push (push) Failing after 3m23s
Build and Push / Test (push) Failing after 2m11s
Build and Push / Build and push image (push) Skipped
ci: simplify workflow - remove third-party actions that don't work on Forgejo
Issues that caused stuck CI:
- docker/setup-buildx-action@v3 (not reliable on Forgejo)
- docker/login-action@v3 (not reliable on Forgejo)
- docker/build-push-action@v5 (too complex)
- GHA caching (type=gha not supported on Forgejo)

Fixed with:
- Plain docker commands (login, build, push)
- No buildx complexity
- Direct progress output
- Proper cleanup on failure
- Timeout-safe (no hanging processes)
2026-09-05 14:21:36 -07:00
..