Git deploy docker push
This commit is contained in:
parent
51d4dfe0de
commit
e6702d3fe2
4 changed files with 4 additions and 4 deletions
|
|
@ -217,7 +217,7 @@
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<registry>registry.hub.docker.com/pymmasoftware</registry>
|
<registry>registry.hub.docker.com/pymmasoftware</registry>
|
||||||
<dockerHost>unix:///var/run/docker.sock</dockerHost>
|
<dockerHost>${docker.Host}</dockerHost>
|
||||||
<verbose>true</verbose>
|
<verbose>true</verbose>
|
||||||
<images>
|
<images>
|
||||||
<image>
|
<image>
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<registry>registry.hub.docker.com/pymmasoftware</registry>
|
<registry>registry.hub.docker.com/pymmasoftware</registry>
|
||||||
<dockerHost>unix:///var/run/docker.sock</dockerHost>
|
<dockerHost>${docker.Host}</dockerHost>
|
||||||
<verbose>true</verbose>
|
<verbose>true</verbose>
|
||||||
<images>
|
<images>
|
||||||
<image>
|
<image>
|
||||||
|
|
|
||||||
|
|
@ -305,7 +305,7 @@
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<registry>registry.hub.docker.com/pymmasoftware</registry>
|
<registry>registry.hub.docker.com/pymmasoftware</registry>
|
||||||
<dockerHost>unix:///var/run/docker.sock</dockerHost>
|
<dockerHost>${docker.Host}</dockerHost>
|
||||||
<verbose>true</verbose>
|
<verbose>true</verbose>
|
||||||
<images>
|
<images>
|
||||||
<image>
|
<image>
|
||||||
|
|
|
||||||
|
|
@ -177,7 +177,7 @@
|
||||||
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<registry>registry.hub.docker.com/pymmasoftware</registry>
|
<registry>registry.hub.docker.com/pymmasoftware</registry>
|
||||||
<dockerHost>unix:///var/run/docker.sock</dockerHost>
|
<dockerHost>${docker.Host}</dockerHost>
|
||||||
<verbose>true</verbose>
|
<verbose>true</verbose>
|
||||||
<images>
|
<images>
|
||||||
<image>
|
<image>
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue