ci: switch Docker image push from GHCR to Gitea container registry #12
Reference in New Issue
Block a user
Delete Branch "barcode-betty/car-959-gitea-registry"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Switches the CI workflow in
cartsnitch/authfrom pushing Docker images toghcr.io(GitHub Container Registry) to Gitea's built-in container registry atgit.farh.net.Changes
REGISTRY:ghcr.io->git.farh.netLog in to Gitea Container Registryghcr.io/cartsnitch/auth=git.farh.net/cartsnitch/auth:TAGcache-from: type=ghaandcache-to: type=gha,mode=max(GitHub Actions cache not guaranteed on Gitea runners)Blocks
CAR-959
cc @cpfarhood
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.