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
df6dc64f57
commit
7a0fa79146
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ steps:
|
|||
- name: maven:3.6.0-jdk-11-slim
|
||||
entrypoint: 'mvn'
|
||||
args: ['clean', 'install', '-DskipTests']
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
- 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