Update deployment to use image tag v0.0.1

This commit is contained in:
Keyvan Ebrahimpour 2025-04-11 11:13:04 +00:00
parent 02170500fa
commit c0865327a6

View file

@ -50,5 +50,5 @@ jobs:
run: |
export KUBECONFIG=${HOME}/.kube/config
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