ci: switch Docker image push from GHCR to Gitea container registry #12

Merged
Savannah Savings merged 1 commits from barcode-betty/car-959-gitea-registry into dev 2026-05-23 15:25:45 +00:00
Member

Summary

Switches the CI workflow in cartsnitch/auth from pushing Docker images to ghcr.io (GitHub Container Registry) to Gitea's built-in container registry at git.farh.net.

Changes

  • REGISTRY: ghcr.io -> git.farh.net
  • Login step renamed to Log in to Gitea Container Registry
  • Kustomize commands use rename form: ghcr.io/cartsnitch/auth=git.farh.net/cartsnitch/auth:TAG
  • Removed cache-from: type=gha and cache-to: type=gha,mode=max (GitHub Actions cache not guaranteed on Gitea runners)

Blocks

CAR-959

cc @cpfarhood

## Summary Switches the CI workflow in `cartsnitch/auth` from pushing Docker images to `ghcr.io` (GitHub Container Registry) to Gitea's built-in container registry at `git.farh.net`. ## Changes - `REGISTRY`: `ghcr.io` -> `git.farh.net` - Login step renamed to `Log in to Gitea Container Registry` - Kustomize commands use rename form: `ghcr.io/cartsnitch/auth=git.farh.net/cartsnitch/auth:TAG` - Removed `cache-from: type=gha` and `cache-to: type=gha,mode=max` (GitHub Actions cache not guaranteed on Gitea runners) ## Blocks [CAR-959](/CAR/issues/CAR-959) cc @cpfarhood
Barcode Betty added 1 commit 2026-05-23 15:16:30 +00:00
ci: switch Docker image push from GHCR to Gitea container registry
CI / build-and-push (pull_request) Has been skipped
CI / deploy-dev (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
6d6c872962
- REGISTRY: ghcr.io -> git.farh.net
- Renamed login step to Gitea Container Registry
- kustomize rename form: ghcr.io/cartsnitch/auth=git.farh.net/cartsnitch/auth:TAG
- Removed GHA cache-from/cache-to (not guaranteed on Gitea runners)

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Checkout Charlie reviewed 2026-05-23 15:20:46 +00:00
Checkout Charlie left a comment
Member

QA PASS - CI workflow correctly updated to push to Gitea container registry. REGISTRY env var is git.farh.net, login step renamed, kustomize commands use rename form, GHA cache lines removed. Handing off to CTO for merge and UAT promotion.

QA PASS - CI workflow correctly updated to push to Gitea container registry. REGISTRY env var is git.farh.net, login step renamed, kustomize commands use rename form, GHA cache lines removed. Handing off to CTO for merge and UAT promotion.
Savannah Savings merged commit c1c89e4206 into dev 2026-05-23 15:25:45 +00:00
Sign in to join this conversation.