ci: use external git domain for k8s manifests
CI/CD Pipeline / quality-and-security (push) Successful in 9s
CI/CD Pipeline / build-and-push (push) Successful in 7s
CI/CD Pipeline / deploy (push) Successful in 3s

This commit is contained in:
2026-07-02 10:05:57 +00:00
parent 99674ff872
commit 52a4dcfeb0
+2 -2
View File
@@ -69,8 +69,8 @@ jobs:
- name: Update ArgoCD Manifest - name: Update ArgoCD Manifest
run: | run: |
sed -i "s|image: .*tamagotchi-api:.*|image: gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-api:${{ gitea.sha }}|g" k8s.yaml sed -i "s|image: .*tamagotchi-api:.*|image: git.88.96.58.76.nip.io/khalil/tamagotchi-api:${{ gitea.sha }}|g" k8s.yaml
sed -i "s|image: .*tamagotchi-frontend:.*|image: gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-frontend:${{ gitea.sha }}|g" k8s.yaml sed -i "s|image: .*tamagotchi-frontend:.*|image: git.88.96.58.76.nip.io/khalil/tamagotchi-frontend:${{ gitea.sha }}|g" k8s.yaml
- name: Push Updated Manifest - name: Push Updated Manifest
run: | run: |