REPO-3378: Uncomented push to dockerhub.

This commit is contained in:
Alexandru-Eusebiu Epure
2018-03-27 15:49:32 +03:00
parent 413bd8e7df
commit 9dd8bb9865
3 changed files with 3 additions and 12 deletions

View File

@@ -16,7 +16,7 @@
<properties>
<image.name>alfresco/${project.artifactId}</image.name>
<image.registry>quay.io</image.registry>
<public.image.registry>registry.hub.docker.com</public.image.registry>
<public.image.registry>docker.io</public.image.registry>
</properties>
<dependencyManagement>
@@ -165,8 +165,6 @@
<dockerFileDir>${project.basedir}/</dockerFileDir>
</build>
</image>
<!-- This project is for enterprise use only, it will be pushed only to quay.io
Added the image push to dockerhub for a possible future use
<image>
<name>${image.name}:${project.version}</name>
<registry>${public.image.registry}</registry>
@@ -174,7 +172,6 @@
<dockerFileDir>${project.basedir}/</dockerFileDir>
</build>
</image>
-->
</images>
</configuration>
<executions>