summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlizi00164331 <li.zi30@zte.com.cn>2017-09-23 15:36:56 +0800
committerlizi00164331 <li.zi30@zte.com.cn>2017-09-23 15:36:56 +0800
commitffaaf0b59b94ba6df0c8545ae69fc9d51d28b817 (patch)
treef8755566ef890e4f4c914185b0b91c9d5b62b1f9
parent78f561032a62cf21ef43615aa4ba3ccbdd5fc596 (diff)
Fix the docker build failed issue.
Change-Id: I97725c2c939c5fb4c0829bfa30b16d3967029042 Issue-ID: AAI-377 Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
-rw-r--r--distribution/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 5e153e8..9914e69 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -264,7 +264,7 @@
<configuration>
<images>
<image>
- <name>onap/sdc/sdc-workflow-designer</name>
+ <name>onap/aai/esr-gui</name>
<build>
<cleanup>try</cleanup>
<dockerFileDir>${basedir}/${version.output}</dockerFileDir>