mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +00:00
Update cloudbuild.yaml
This commit is contained in:
parent
02c4a95ae1
commit
df6dc64f57
1 changed files with 3 additions and 0 deletions
|
@ -2,3 +2,6 @@ steps:
|
|||
- name: maven:3.6.0-jdk-11-slim
|
||||
entrypoint: 'mvn'
|
||||
args: ['clean', 'install', '-DskipTests']
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
args: ['build', '-t', 'gcr.io/qinfra-dev/petclinic', '.']
|
||||
images: ['gcr.io/qinfra-dev/petclinic']
|
||||
|
|
Loading…
Reference in a new issue