Add deploy on docker hub
This commit is contained in:
parent
ad636fd883
commit
d7172af02a
6 changed files with 204 additions and 39 deletions
|
|
@ -216,12 +216,8 @@
|
|||
<version>0.21.0</version>
|
||||
|
||||
<configuration>
|
||||
<!--registry>192.168.1.184:12500</registry-->
|
||||
<dockerHost>${docker.Host}</dockerHost>
|
||||
|
||||
<!-- this is for Mac and Amazon Linux -->
|
||||
<!--dockerHost>unix:///var/run/docker.sock</dockerHost-->
|
||||
|
||||
<registry>registry.hub.docker.com/pymmasoftware</registry>
|
||||
<dockerHost>unix:///var/run/docker.sock</dockerHost>
|
||||
<verbose>true</verbose>
|
||||
<images>
|
||||
<image>
|
||||
|
|
@ -244,9 +240,7 @@
|
|||
</files>
|
||||
</inline>
|
||||
</assembly>
|
||||
<tags>
|
||||
<tag>latest</tag>
|
||||
</tags>
|
||||
|
||||
|
||||
</build>
|
||||
|
||||
|
|
@ -261,6 +255,10 @@
|
|||
</run>
|
||||
</image>
|
||||
</images>
|
||||
<authConfig>
|
||||
<username>pymmasoftwaredeploy</username>
|
||||
<password>pymmalomme</password>
|
||||
</authConfig>
|
||||
</configuration>
|
||||
|
||||
<executions>
|
||||
|
|
@ -270,6 +268,7 @@
|
|||
<id>mydeploy</id>
|
||||
<phase>deploy</phase>
|
||||
<goals>
|
||||
<goal>build</goal>
|
||||
<goal>push</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue