Update deployment to use image tag v0.0.1
This commit is contained in:
parent
02170500fa
commit
c0865327a6
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: |
|
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 home=$IMAGE_NAME:latest -n web
|
kubectl set image deployment/homepage home=$IMAGE_NAME:v0.0.1 -n web
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue