fix(ci): update kustomize image refs from ghcr.io to git.farh.net #11
Reference in New Issue
Block a user
Delete Branch "betty/car-964-gitea-registry-v2"
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
Fixes QA finding: deploy-dev and deploy-uat jobs still referenced
ghcr.ioin kustomize edit set image commands.Changes
kustomize edit set imagecommands in deploy-dev and deploy-uat jobs fromghcr.iotogit.farh.netTesting
cc @cpfarhood
QA FAIL — build-and-push job still pushes to ghcr.io.
Required: change REGISTRY env var to git.farh.net, replace GHCR login with Gitea login (using secrets.GITEA_TOKEN), remove GHCR login step.
Acceptance criteria: all CI workflows that build Docker images must push to git.farh.net/cartsnitch/ with no ghcr.io references remaining.
Pull request closed