forked from cartsnitch/cartsnitch
555ced4fdc
Replace GitHub Container Registry with Gitea's built-in container registry. - REGISTRY env var: ghcr.io -> git.farh.net - All 4 build-and-push jobs: replace GHCR login with Gitea registry login using cs_carl + GITEA_TOKEN (token already required for infra checkout) - deploy-dev/deploy-uat: update kustomize image refs to git.farh.net/* - Also fix legacy api/.gitea/workflows/ci.yml (non-executing nested file) Required secrets drop from 5 to 3: DOCKERHUB_USERNAME, DOCKERHUB_TOKEN, GITEA_TOKEN. GHCR_USERNAME and GHCR_TOKEN no longer needed. Co-Authored-By: Paperclip <noreply@paperclip.ing>