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