Add deploy on docker hub
This commit is contained in:
parent
038d1ae875
commit
ad636fd883
1 changed files with 7 additions and 2 deletions
|
|
@ -373,15 +373,16 @@
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<!--registry>192.168.1.184:12500</registry-->
|
<!--registry>192.168.1.184:12500</registry-->
|
||||||
<dockerHost>${docker.Host}</dockerHost>
|
|
||||||
|
|
||||||
|
<registry>registry.hub.docker.com/pymmasoftware</registry>
|
||||||
<!-- this is for Mac and Amazon Linux -->
|
<!-- this is for Mac and Amazon Linux -->
|
||||||
<!--dockerHost>unix:///var/run/docker.sock</dockerHost-->
|
<!--dockerHost>unix:///var/run/docker.sock</dockerHost-->
|
||||||
|
|
||||||
<verbose>true</verbose>
|
<verbose>true</verbose>
|
||||||
<images>
|
<images>
|
||||||
<image>
|
<image>
|
||||||
<name>runtime-admin-console</name>
|
<name>runtime-admin-console:${project.version}</name>
|
||||||
|
<alias>runtime-admin-console</alias>
|
||||||
<build>
|
<build>
|
||||||
<dockerFileDir>${project.basedir}/src/main/docker</dockerFileDir>
|
<dockerFileDir>${project.basedir}/src/main/docker</dockerFileDir>
|
||||||
|
|
||||||
|
|
@ -403,6 +404,10 @@
|
||||||
</run>
|
</run>
|
||||||
</image>
|
</image>
|
||||||
</images>
|
</images>
|
||||||
|
<authConfig>
|
||||||
|
<username>pymmasoftwaredeploy</username>
|
||||||
|
<password>pymmalomme</password>
|
||||||
|
</authConfig>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
<executions>
|
<executions>
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue