2 Commits

Author SHA1 Message Date
86cd77028c Use dedicated PAT for registry login in Gitea Actions workflow
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m32s
The built-in actions token lacks package registry write scope,
causing docker login to fail with "unauthorized". A PAT with
write:package scope must be added as the REGISTRY_TOKEN secret.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-11 20:30:32 +02:00
1a8c679014 Add Gitea Actions workflow to build and push Docker images
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 14s
Builds backend and frontend images and pushes them to the Gitea
Container Registry on every push to main.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-11 20:12:32 +02:00