mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Jib Test
This commit is contained in:
parent
60105d5d9a
commit
baec376582
1 changed files with 10 additions and 0 deletions
10
pom.xml
10
pom.xml
|
@ -112,6 +112,16 @@
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>com.google.cloud.tools</groupId>
|
||||||
|
<artifactId>jib-maven-plugin</artifactId>
|
||||||
|
<version>0.9.9</version>
|
||||||
|
<configuration>
|
||||||
|
<to>
|
||||||
|
<image>gcr.io/coral-atom-205708/petclinic-app</image>
|
||||||
|
</to>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in a new issue