diff options
author | grabinsk <maciej.grabinski@nokia.com> | 2019-05-17 09:40:19 +0200 |
---|---|---|
committer | grabinsk <maciej.grabinski@nokia.com> | 2019-05-17 09:40:19 +0200 |
commit | c5574d4546b2cb398cc45467d33c3ab196834472 (patch) | |
tree | 51ee3873a51bcf77ac1fc3cad2d3b99f0d84a22c /prh-app-server | |
parent | 8c8e642b711287721c798524ade6d7f434b28aee (diff) |
Do not publish Dublin PRH images with 'latest' tag
Change-Id: I24176b088d65bfa10d2b233fe042edc69001c671
Issue-ID: INT-1076
Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'prh-app-server')
-rw-r--r-- | prh-app-server/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index 8b0baded..ffab7cbf 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -141,18 +141,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> |