Coupon Carl
2c4e9985b1
ci: rename GITEA_TOKEN -> REGISTRY_TOKEN to match configured secret name
...
cpfarhood confirmed the Gitea registry token is configured as REGISTRY_TOKEN
(not GITEA_TOKEN). This applies to both the registry docker login steps
and the infra repo checkout steps in deploy-dev/deploy-uat.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-23 14:29:45 +00:00
cartsnitch-ci[bot]
821f1d20b3
fix(ci): replace hardcoded cs_carl username and fix kustomize image rename syntax
...
- Replace hardcoded 'cs_carl' Gitea registry username with '${{ github.actor }}' in all 5 login steps
- Use kustomize 'OLD=NEW:TAG' rename syntax so existing ghcr.io image entries are updated instead of duplicated
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-23 14:27:24 +00:00
Coupon Carl
555ced4fdc
ci: migrate image registry from ghcr.io to git.farh.net
...
Replace GitHub Container Registry with Gitea's built-in container registry.
- REGISTRY env var: ghcr.io -> git.farh.net
- All 4 build-and-push jobs: replace GHCR login with Gitea registry login
using cs_carl + GITEA_TOKEN (token already required for infra checkout)
- deploy-dev/deploy-uat: update kustomize image refs to git.farh.net/*
- Also fix legacy api/.gitea/workflows/ci.yml (non-executing nested file)
Required secrets drop from 5 to 3: DOCKERHUB_USERNAME, DOCKERHUB_TOKEN,
GITEA_TOKEN. GHCR_USERNAME and GHCR_TOKEN no longer needed.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-23 14:20:38 +00:00
Savannah Savings
4797f07af9
Merge pull request 'ci: move .github/workflows to .gitea/workflows [CAR-900]' ( #259 ) from barcode-betty/move-workflows-to-gitea into dev
...
Merge PR #259 : ci: move .github/workflows to .gitea/workflows [CAR-897]
QA-approved. CTO merge to dev.
cc @cpfarhood
2026-05-21 19:19:20 +00:00
Flea Flicker
96331c9fa7
Move .github/workflows to .gitea/workflows
...
- Relocate all CI workflows from .github/workflows/ to .gitea/workflows/
- Root: .github/workflows/ci.yml -> .gitea/workflows/ci.yml
- api/: api/.github/workflows/ci.yml -> api/.gitea/workflows/ci.yml
- common/: common/.github/workflows/ci.yml -> common/.gitea/workflows/ci.yml
- Gitea uses .gitea/workflows/ for CI configuration
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-21 11:59:35 +00:00