From 298ec0f4fb942b10849b2c67c49c8b42e7de5a7e Mon Sep 17 00:00:00 2001 From: Keyvan Ebrahimpour Date: Fri, 11 Apr 2025 10:37:28 +0000 Subject: [PATCH] fix home container name --- .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 ae717bf..6455961 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 homepage=$IMAGE_NAME:latest -n web + kubectl set image deployment/homepage nginx=$IMAGE_NAME:latest -n web shell: bash