aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2019-09-06 12:38:40 +0200
committerkjaniak <kornel.janiak@nokia.com>2019-09-06 12:39:58 +0200
commitbf89c052710be8bb8c4763f3597b255259d1d9e9 (patch)
tree32cb02b294f43398f8bd623059404e1b4df5cdf7
parented1a346dd3fe69df260c93776d49959f6fb2c776 (diff)
Enable docker image push
Issue-ID: DCAEGEN2-1751 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: Iffe4f222d24477a29de9fa86296f888cd571b466
-rw-r--r--prh-app-server/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml
index 0944c50f..679baede 100644
--- a/prh-app-server/pom.xml
+++ b/prh-app-server/pom.xml
@@ -195,7 +195,7 @@
</image>
</images>
</configuration>
- <!-- <executions>
+ <executions>
<execution>
<id>docker-build-image</id>
<phase>package</phase>
@@ -211,7 +211,6 @@
</goals>
</execution>
</executions>
- -->
</plugin>
</plugins>
</build>