mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 04:15:50 +00:00
update to minikube step
This commit is contained in:
parent
136a7a3c7d
commit
49614df529
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy to Minikube
|
- name: Deploy to Minikube
|
||||||
run: |
|
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
|
# Apply the Kubernetes manifests
|
||||||
kubectl apply -f k8s/base/
|
kubectl apply -f k8s/base/
|
||||||
|
|
Loading…
Reference in a new issue