aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximesson <maxime.bonneau@est.tech>2019-06-18 15:00:23 +0000
committermaximesson <maxime.bonneau@est.tech>2019-06-18 15:00:23 +0000
commit60d732314c63ae75f8c3b8c3856d439b27abde06 (patch)
treef095570abd5d3378665069df8c029d7ee4fed642
parent6169397d28422b2d8557500741a3f7d2961c2491 (diff)
Do not publish Dublin DFC images with 'latest' tagdublin
Change-Id: Ia975d464c27a0e4df560f013e52732cb9a2bf33a Issue-ID: DCAEGEN2-1603 Signed-off-by: maximesson <maxime.bonneau@est.tech>
-rw-r--r--datafile-app-server/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/datafile-app-server/pom.xml b/datafile-app-server/pom.xml
index 4da6d2d6..4f671d41 100644
--- a/datafile-app-server/pom.xml
+++ b/datafile-app-server/pom.xml
@@ -91,18 +91,6 @@
</goals>
</execution>
<execution>
- <id>tag-and-push-image-latest</id>
- <phase>deploy</phase>
- <goals>
- <goal>tag</goal>
- </goals>
- <configuration>
- <image>${docker.image.name}:latest</image>
- <newName>${onap.nexus.dockerregistry.daily}/${docker.image.name}:latest</newName>
- <pushImage>true</pushImage>
- </configuration>
- </execution>
- <execution>
<id>tag-and-push-image-with-version</id>
<phase>deploy</phase>
<goals>