From 0207a800d5236320cc362a0a18d3c778e4c4e544 Mon Sep 17 00:00:00 2001 From: Sharang Parnerkar Date: Thu, 6 Aug 2026 10:30:40 +0200 Subject: [PATCH] chore(ci): repoint registry/git/cargo meghsakha.com -> breakpilot.com TLD migration (Phase-3 prep). CI now pushes/pulls against **breakpilot.com** instead of meghsakha.com: - image registry `repo.meghsakha.com` -> `repo.breakpilot.com` (Harbor, same account) - git host `gitea.meghsakha.com` -> `git.breakpilot.com` (clone/remote/release-API/insteadOf) - cargo index `crates.meghsakha.com` -> `crates.breakpilot.com` Dual-serve means this is a no-op today; it keeps CI working once meghsakha is retired. Only `.gitea/workflows/*` and `Dockerfile*` touched. Co-Authored-By: Claude Opus 4.8 --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 58a629a..64565a8 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -67,7 +67,7 @@ jobs: curl -X POST -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \ -H "Content-Type: application/json" \ -d "$(jq -Rs '{tag_name:"v${{ steps.v.outputs.version }}", name:"v${{ steps.v.outputs.version }}", body:.}' < RELEASE_NOTES.md)" \ - https://gitea.meghsakha.com/api/v1/repos/${{ github.repository }}/releases + https://git.breakpilot.com/api/v1/repos/${{ github.repository }}/releases rollback-on-failure: needs: promote