fix home container name

This commit is contained in:
Keyvan Ebrahimpour 2025-04-11 10:37:28 +00:00
parent d1d3557511
commit 298ec0f4fb

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 homepage=$IMAGE_NAME:latest -n web kubectl set image deployment/homepage nginx=$IMAGE_NAME:latest -n web
shell: bash shell: bash