Savannah Savings
a520a65f1b
fix(ci): use GITEA_TOKEN secret for docker login
...
CI / build-and-push (push) Failing after 4s
CI / deploy-dev (push) Has been skipped
CI / deploy-uat (push) Has been skipped
The github.token (automatic workflow token) in Gitea Actions
doesn't inherit packages:write permission for container registry.
Use the GITEA_TOKEN secret instead with direct docker login.
Ref: CAR-973, CAR-1009
2026-05-24 20:38:35 +00:00
Savannah Savings
bb8d7f159c
fix(ci): use direct docker login with github.token for registry auth (CAR-973)
...
CI / build-and-push (push) Failing after 6s
CI / deploy-dev (push) Has been skipped
CI / deploy-uat (push) Has been skipped
docker/login-action@v3 fails with Gitea's automatic token.
Use direct docker login with github.token instead, which has
the necessary write:package scope for the container registry.
Related: CAR-1009 (CI registry token standardization)
2026-05-24 20:37:22 +00:00
Flea Flicker
6d6c872962
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
- 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 >
2026-05-23 15:15:07 +00:00
Flea Flicker
8bf7c08950
chore: move workflows from .github to .gitea
...
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
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-21 12:33:43 +00:00