mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-23 20:01:12 +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
|
||||
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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue