Add deploy on docker hub

This commit is contained in:
Nicolas Héron 2019-03-08 11:20:18 +01:00
commit d7172af02a
6 changed files with 204 additions and 39 deletions

View file

@ -372,12 +372,8 @@
<version>0.21.0</version>
<configuration>
<!--registry>192.168.1.184:12500</registry-->
<registry>registry.hub.docker.com/pymmasoftware</registry>
<!-- this is for Mac and Amazon Linux -->
<!--dockerHost>unix:///var/run/docker.sock</dockerHost-->
<dockerHost>unix:///var/run/docker.sock</dockerHost>
<verbose>true</verbose>
<images>
<image>
@ -390,9 +386,9 @@
<assembly>
<descriptorRef>artifact</descriptorRef>
</assembly>
<tags>
<!--tags>
<tag>latest</tag>
</tags>
</tags-->
</build>
@ -417,6 +413,7 @@
<id>mydeploy</id>
<phase>deploy</phase>
<goals>
<goal>build</goal>
<goal>push</goal>
</goals>
</execution>