diff options
-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> |