diff options
-rw-r--r-- | sdc-os-chef/pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index 5e72422989..d58071d8f3 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -337,10 +337,10 @@ <registry>nexus3.onap.org:10003</registry> <authConfig> <pull> - <username>docker</username> - <password>docker</password> - </pull> - </authConfig> + <username>docker</username> + <password>docker</password> + </pull> + </authConfig> <images> <!-- Build backend image --> @@ -460,7 +460,6 @@ <id>push-images</id> <phase>deploy</phase> <goals> - <goal>build</goal> <goal>push</goal> </goals> <configuration> |