2 Commits

Author SHA1 Message Date
torben 8ca0fa8611 Enhance release workflow and add local testing script for registry images
Build and Test / verify (push) Successful in 33s
- Update release.yaml to publish :latest and :prerelease-tag for stable and pre-release tags respectively.
- Add README section for local testing of registry images with a new script.
- Introduce scripts/test-registry-image.sh for end-to-end testing of published images.
2026-07-12 15:48:31 +02:00
torben ea4aac6641 Add initial implementation of gitea-mcp-forward-auth microservice
Build and Test / verify (push) Failing after 22s
- Create build and release workflows for CI/CD
- Implement Dockerfile for multi-stage builds
- Add core authentication logic with token validation
- Include HTTP handler for authorization checks
- Set up Kubernetes deployment and service manifests
- Update README with usage instructions and configuration details
2026-07-11 21:58:58 +02:00