summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index abbf0ac..1f741a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,18 +224,6 @@ limitations under the License.
</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>