From c1e67665ccc1aaf6aa877fbf1a5a7875bd0d28cd Mon Sep 17 00:00:00 2001 From: fchinembiri Date: Fri, 8 May 2026 19:06:29 +0200 Subject: [PATCH] ci: use internal cluster URL for git push to bypass HTTPS connection issue --- .gitea/workflows/build-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-push.yaml b/.gitea/workflows/build-push.yaml index 4de3b95..939d582 100644 --- a/.gitea/workflows/build-push.yaml +++ b/.gitea/workflows/build-push.yaml @@ -67,7 +67,7 @@ jobs: run: | git config --global user.name "Gitea Action" git config --global user.email "action@gitea.com" - git remote set-url origin https://x-access-token:${{ secrets.GITEA_TOKEN }}@git.techarvest.co.zw/fchinembiri/geocrop-platform..git + git remote set-url origin http://x-access-token:${{ secrets.GITEA_TOKEN }}@gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform.git git add k8s/base/kustomization.yaml git commit -m "ci: update image tags to ${{ gitea.sha }} [skip ci]" || echo "No changes to commit" git push origin main