From 8b1002a99724180cc9c134a04a5eb0763fde872c Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 8 Dec 2021 22:12:52 +0000 Subject: Improve fast-build profile Remove docker build from 'fast-build' profile Change-Id: I90b79bc05ecd159b5c6ff62f195507476dcdaa38 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3804 --- utils/webseal-simulator/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'utils/webseal-simulator/pom.xml') diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 7f1db049a6..ddd56ed5d6 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -232,17 +232,17 @@ ${verbose} ${docker.api.version} - nexus3.onap.org:10001 + ${docker.registry} - docker - docker + ${docker.username} + ${docker.password} - onap/sdc-simulator + ${docker.namespace}/sdc-simulator sdc-simulator try -- cgit 1.2.3-korg