change container name from nginx to home home

This commit is contained in:
Keyvan Ebrahimpour 2025-04-11 10:45:08 +00:00
parent 298ec0f4fb
commit 02170500fa

View file

@ -50,5 +50,5 @@ jobs:
run: | run: |
export KUBECONFIG=${HOME}/.kube/config export KUBECONFIG=${HOME}/.kube/config
IMAGE_NAME="ghcr.io/${{ github.repository }}" IMAGE_NAME="ghcr.io/${{ github.repository }}"
kubectl set image deployment/homepage nginx=$IMAGE_NAME:latest -n web kubectl set image deployment/homepage home=$IMAGE_NAME:latest -n web
shell: bash shell: bash