ci: fix deploy job git push authentication
Build and Push Docker Images / build (api) (push) Successful in 54s Details
Build and Push Docker Images / build (web) (push) Successful in 1m37s Details
Build and Push Docker Images / build (worker) (push) Successful in 8m3s Details
Build and Push Docker Images / deploy (push) Successful in 14s Details

This commit is contained in:
fchinembiri 2026-05-08 20:16:26 +02:00
parent bd47f1890c
commit cdd31c5b44
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,6 @@ jobs:
run: |
git config --global user.name "Gitea Action"
git config --global user.email "action@gitea.com"
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

View File

@ -5,3 +5,4 @@ trigger 5
Trigger CI with fixed auth
Trigger CI with refined auth
Trigger CI with dual registry auth
Final fix for deploy push