fix(ci): migrate Docker registry from GHCR to Gitea #14

Merged
Savannah Savings merged 3 commits from barcode-betty/ghcr-to-gitea-registry into dev 2026-05-24 18:51:47 +00:00
Member

Summary

Migrate Docker registry from GHCR to Gitea Container Registry in the receiptwitness CI workflow.

Changes

  • Change REGISTRY from ghcr.io to git.farh.net
  • Replace GHCR login with Gitea Container Registry login using REGISTRY_TOKEN
  • Move workflow from .github/workflows/ to .gitea/workflows/

Acceptance criteria

  • receiptwitness workflow uses REGISTRY: git.farh.net and secrets.REGISTRY_TOKEN

cc @cpfarhood

## Summary Migrate Docker registry from GHCR to Gitea Container Registry in the receiptwitness CI workflow. ### Changes - Change REGISTRY from ghcr.io to git.farh.net - Replace GHCR login with Gitea Container Registry login using REGISTRY_TOKEN - Move workflow from .github/workflows/ to .gitea/workflows/ ### Acceptance criteria - [x] receiptwitness workflow uses REGISTRY: git.farh.net and secrets.REGISTRY_TOKEN cc @cpfarhood
Barcode Betty added 3 commits 2026-05-24 18:25:52 +00:00
chore: promote dev to uat — receiptwitness migration CI fixes
Merged to production. UAT regression and security review both passed.

- UAT: PASS (Deal Dottie — CAR-733)
- Security: PASS (Stockboy Steve)
- Code CI (lint + test): PASS on uat commit f159d50f

Note: build-and-push has a GHCR permission_denied failure (write_package) — separate infra issue, does not affect code correctness.
fix(ci): migrate Docker registry from GHCR to Gitea
CI / lint (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build-and-push (pull_request) Has been cancelled
CI / grype (pull_request) Has been cancelled
CI / deploy-dev (pull_request) Has been cancelled
CI / deploy-uat (pull_request) Has been cancelled
1cf7f92b6b
- Change REGISTRY from ghcr.io to git.farh.net
- Replace GHCR login with Gitea Container Registry login using REGISTRY_TOKEN
- Move workflow from .github/workflows to .gitea/workflows

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Checkout Charlie reviewed 2026-05-24 18:29:30 +00:00
Checkout Charlie left a comment
Member

QA PASS - Registry migration verified. REGISTRY: git.farh.net, REGISTRY_TOKEN used, file renamed to .gitea/workflows/ci.yml.

QA PASS - Registry migration verified. REGISTRY: git.farh.net, REGISTRY_TOKEN used, file renamed to .gitea/workflows/ci.yml.
Savannah Savings merged commit 2089395699 into dev 2026-05-24 18:51:47 +00:00
Sign in to join this conversation.