diff options
Diffstat (limited to 'sdc-os-chef/pom.xml')
-rw-r--r-- | sdc-os-chef/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index 009c86ec44..9fec52d23e 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -304,6 +304,12 @@ <verbose>true</verbose> <apiVersion>1.23</apiVersion> <registry>nexus3.onap.org:10003</registry> + <authConfig> + <pull> + <username>docker</username> + <password>docker</password> + </pull> + </authConfig> <images> @@ -424,7 +430,6 @@ <id>push-images</id> <phase>deploy</phase> <goals> - <goal>build</goal> <goal>push</goal> </goals> <configuration> |