registry fixes
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<java.majorVersion>11</java.majorVersion>
|
||||
<image.name>inteligr8/${project.artifactId}</image.name>
|
||||
<image.tag>${project.version}</image.tag>
|
||||
<docker.push.registry>docker.inteligr8.com</docker.push.registry>
|
||||
<registry>docker.inteligr8.com</registry>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@@ -39,6 +39,9 @@
|
||||
<id>docker-push</id>
|
||||
<phase>deploy</phase>
|
||||
<goals><goal>push</goal></goals>
|
||||
<configuration>
|
||||
<pushRegistry>${registry}</pushRegistry>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user