update to minikube step

This commit is contained in:
ybandala 2025-02-11 02:10:16 -06:00
parent 136a7a3c7d
commit 49614df529

View file

@ -46,7 +46,7 @@ jobs:
- name: Deploy to Minikube
run: |
sed -i 's|image: .*|image: your-dockerhub-username/petclinic:'${{ github.sha }}'|' k8s/base/deployment.yaml
sed -i '' 's|image: .*|image: your-dockerhub-username/petclinic:'${{ github.sha }}'|' k8s/base/deployment.yaml
# Apply the Kubernetes manifests
kubectl apply -f k8s/base/