ci: use external git domain for k8s manifests
This commit is contained in:
@@ -69,8 +69,8 @@ jobs:
|
||||
|
||||
- name: Update ArgoCD Manifest
|
||||
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-frontend:.*|image: gitea-http.gitea.svc.cluster.local:3000/khalil/tamagotchi-frontend:${{ 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: git.88.96.58.76.nip.io/khalil/tamagotchi-frontend:${{ gitea.sha }}|g" k8s.yaml
|
||||
|
||||
- name: Push Updated Manifest
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user