mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Update cloudbuild.yaml
This commit is contained in:
parent
0995a9621f
commit
9be42b5136
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ steps:
|
|||
args: ['clean', 'install', '-DskipTests']
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
args: ['build', '-t', 'gcr.io/qinfra-acc/petclinic_dev', '.']
|
||||
images: ['gcr.io/qinfra-acc/petclinic_dev']
|
||||
images:
|
||||
- 'gcr.io/qinfra-acc/petclinic_dev'
|
||||
- name: 'gcr.io/cloud-builders/kubectl'
|
||||
args: ['set', 'image', 'deployment/petclinic-dev', 'my-container=gcr.io/qinfra-acc/petclinic_dev']
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue