diff options
author | 2019-06-18 15:00:23 +0000 | |
---|---|---|
committer | 2019-06-18 15:00:23 +0000 | |
commit | 60d732314c63ae75f8c3b8c3856d439b27abde06 (patch) | |
tree | f095570abd5d3378665069df8c029d7ee4fed642 /datafile-app-server | |
parent | 6169397d28422b2d8557500741a3f7d2961c2491 (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>
Diffstat (limited to 'datafile-app-server')
-rw-r--r-- | datafile-app-server/pom.xml | 12 |
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> |