fix home container name
This commit is contained in:
parent
d1d3557511
commit
298ec0f4fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-deploy.yaml
vendored
2
.github/workflows/build-and-deploy.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue