From 02170500fac8902ff9b10285b1ebbfe2bafc8e9c Mon Sep 17 00:00:00 2001 From: Keyvan Ebrahimpour Date: Fri, 11 Apr 2025 10:45:08 +0000 Subject: [PATCH] change container name from nginx to home home --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 6455961..a57d124 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -50,5 +50,5 @@ jobs: run: | export KUBECONFIG=${HOME}/.kube/config 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