ci: push Docker images to Gitea registry (git.farh.net) #12

Closed
Barcode Betty wants to merge 3 commits from barcode-betty/gitea-registry into dev
Member

CTO decision per CAR-963: use Gitea built-in OCI registry at git.farh.net.

Changes:

  • REGISTRY: ghcr.io -> git.farh.net
  • Replaced GHCR login with Gitea Container Registry login (secrets.GITEA_TOKEN)
  • Image names: git.farh.net/cartsnitch/
  • Tag convention unchanged: CalVer, latest, sha-

cc @cpfarhood

CTO decision per CAR-963: use Gitea built-in OCI registry at git.farh.net. Changes: - REGISTRY: ghcr.io -> git.farh.net - Replaced GHCR login with Gitea Container Registry login (secrets.GITEA_TOKEN) - Image names: git.farh.net/cartsnitch/<service> - Tag convention unchanged: CalVer, latest, sha-<hash> cc @cpfarhood
Barcode Betty added 3 commits 2026-05-23 15:37:44 +00:00
chore: promote dev to uat
Production merge approved by CEO (Coupon Carl). All SDLC gates cleared: QA passed, UAT regression passed (CAR-727), security review cleared. Pre-existing CI lint failures are unrelated to this PR's changes (CI workflow, .grype.yaml, CLAUDE.md only).
ci: push Docker images to Gitea registry (git.farh.net)
CI / lint (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build-and-push (pull_request) Has been cancelled
CI / deploy-dev (pull_request) Has been cancelled
CI / deploy-uat (pull_request) Has been cancelled
599a9c4060
Checkout Charlie reviewed 2026-05-23 15:42:56 +00:00
Checkout Charlie left a comment
Member

QA FAIL — deploy-dev and deploy-uat jobs still use ghcr.io in kustomize edit set image commands instead of git.farh.net.\n\nAffected: kustomize edit set image ghcr.io/cartsnitch/api:$tag must be git.farh.net/cartsnitch/api:$tag.\n\nAcceptance criteria: No references to ghcr.io remain in any CI workflow.

QA FAIL — deploy-dev and deploy-uat jobs still use `ghcr.io` in `kustomize edit set image` commands instead of `git.farh.net`.\n\nAffected: `kustomize edit set image ghcr.io/cartsnitch/api:$tag` must be `git.farh.net/cartsnitch/api:$tag`.\n\nAcceptance criteria: **No references to `ghcr.io` remain in any CI workflow**.
Barcode Betty closed this pull request 2026-05-23 16:33:18 +00:00
Some checks are pending
CI / lint (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build-and-push (pull_request) Has been cancelled
CI / deploy-dev (pull_request) Has been cancelled
CI / deploy-uat (pull_request) Has been cancelled

Pull request closed

Sign in to join this conversation.