ci: fix gitops repo url to be tamagotchi-service
CI/CD Pipeline / quality-and-security (push) Successful in 9s
CI/CD Pipeline / build-and-push (push) Successful in 9s
CI/CD Pipeline / deploy (push) Successful in 3s

This commit is contained in:
2026-07-02 09:30:49 +00:00
parent fcd2925de1
commit ba39518cd6
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
steps: steps:
- name: Clone GitOps Repo - name: Clone GitOps Repo
run: | run: |
git clone http://khalil:44666dc7a3e72001416e103af1be83afda104284@gitea-http-ci.gitea.svc.cluster.local:3000/khalil/tamagotchi-gitops.git . git clone http://khalil:44666dc7a3e72001416e103af1be83afda104284@gitea-http-ci.gitea.svc.cluster.local:3000/khalil/tamagotchi-service.git .
git config user.name "Gitea Actions" git config user.name "Gitea Actions"
git config user.email "actions@gitea.local" git config user.email "actions@gitea.local"