12ee1f054b
CI / Lint & Typecheck (pull_request) Failing after 19s
CI / Test (pull_request) Successful in 22s
CI / E2E Tests (pull_request) Has been skipped
CI / Build (pull_request) Has been skipped
CI / Build & Push Docker Images (pull_request) Has been skipped
CI / Update Infra Image Tags (pull_request) Has been skipped
CI / Web E2E (Dev) (pull_request) Has been cancelled
CI / Deploy PR to groombook-dev (pull_request) Has been cancelled
- Use git.farh.net registry with REGISTRY_TOKEN instead of ghcr.io/GITHUB_TOKEN - Migrate all image tags from ghcr.io/groombook/* to git.fars.net/groombook/* - Replace GHA cache with OCI registry cache (type=registry) - Replace tibdex/github-app-token with oauth2+REGISTRY_TOKEN for infra clone - Replace gh pr create/merge with Gitea API curl calls - Replace actions/github-script@v7 Comment on PR with Gitea issues API curl - Remove permissions: blocks from deploy-dev and cd jobs (Gitea-native) - Update deploy-dev kubectl image refs to git.farh.net/groombook/* Refs: GRO-1344