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
e54f3ed30c
commit
4f3ff35501
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ steps:
|
|||
entrypoint: 'mvn'
|
||||
args: ['clean', 'install', '-DskipTests']
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
args: ['build', '-t', 'gcr.io/qinfra-dev/petclinic_dev', '.']
|
||||
images: ['gcr.io/qinfra-dev/petclinic_dev']
|
||||
args: ['build', '-t', 'gcr.io/qinfra-acc/petclinic_dev', '.']
|
||||
images: ['gcr.io/qinfra-acc/petclinic_dev']
|
||||
|
|
Loading…
Reference in a new issue