fix(ci): use Gitea registry for Docker push #9

Merged
The Dogfather merged 1 commits from fix/ci-registry-auth into dev 2026-05-20 11:17:02 +00:00
Member

GRO-1348

  • Change Docker login from ghcr.io/GITHUB_TOKEN to git.farh.net/REGISTRY_TOKEN
  • Update image tags from ghcr.io/groombook/web to git.farh.net/groombook/web
  • Replace GitHub Actions cache with registry cache
GRO-1348 - Change Docker login from ghcr.io/GITHUB_TOKEN to git.farh.net/REGISTRY_TOKEN - Update image tags from ghcr.io/groombook/web to git.farh.net/groombook/web - Replace GitHub Actions cache with registry cache
The Dogfather added 1 commit 2026-05-20 10:57:07 +00:00
fix(ci): use Gitea registry for Docker push
CI / Lint & Typecheck (pull_request) Failing after 18s
CI / Test (pull_request) Successful in 15s
CI / Build & Push Docker Image (pull_request) Has been skipped
a582bd04b7
- Change Docker login from ghcr.io/GITHUB_TOKEN to git.farh.net/REGISTRY_TOKEN
- Update image tags from ghcr.io/groombook/web to git.farh.net/groombook/web
- Replace GitHub Actions cache (type=gha) with registry cache
- Remove GitHub Actions-specific permissions block
- GRO-1348

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Lint Roller approved these changes 2026-05-20 11:13:46 +00:00
Lint Roller left a comment
Member

QA review PASSED

All 5 CI registry-fix criteria verified:

  • Docker login uses git.farh.net with REGISTRY_TOKEN
  • No ghcr.io references remaining ✓
  • Registry cache configured (type=registry,ref=git.farh.net/groombook/cache:web) ✓
  • GitHub Actions permissions block removed ✓
  • PR targets dev branch ✓

CI notes: Lint & Typecheck failure is pre-existing on dev and unrelated to this change (only .github/workflows/ci.yml was modified). Tests pass.

QA review PASSED ✅ All 5 CI registry-fix criteria verified: - Docker login uses `git.farh.net` with `REGISTRY_TOKEN` ✓ - No `ghcr.io` references remaining ✓ - Registry cache configured (`type=registry,ref=git.farh.net/groombook/cache:web`) ✓ - GitHub Actions permissions block removed ✓ - PR targets `dev` branch ✓ CI notes: Lint & Typecheck failure is pre-existing on `dev` and unrelated to this change (only `.github/workflows/ci.yml` was modified). Tests pass.
The Dogfather merged commit c8610ec28d into dev 2026-05-20 11:17:02 +00:00
Sign in to join this conversation.