remove duplicate docker build
[sdc.git] / sdc-os-chef / pom.xml
index 750b3c6..d58071d 100644 (file)
                             <apiVersion>1.23</apiVersion>
                             <registry>nexus3.onap.org:10003</registry>
                             <authConfig>
-                                                       <username>docker</username>
-                                                       <password>docker</password>
-                                               </authConfig>                            
+                                <pull>
+                                                   <username>docker</username>
+                                                   <password>docker</password>
+                                           </pull>
+                                   </authConfig>
                             <images>
 
                                 <!-- Build backend image -->
                                 <id>push-images</id>
                                 <phase>deploy</phase>
                                 <goals>
-                                    <goal>build</goal>
                                     <goal>push</goal>
                                 </goals>
                                 <configuration>