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