diff options
author | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-23 15:36:56 +0800 |
---|---|---|
committer | lizi00164331 <li.zi30@zte.com.cn> | 2017-09-23 15:36:56 +0800 |
commit | ffaaf0b59b94ba6df0c8545ae69fc9d51d28b817 (patch) | |
tree | f8755566ef890e4f4c914185b0b91c9d5b62b1f9 | |
parent | 78f561032a62cf21ef43615aa4ba3ccbdd5fc596 (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.xml | 2 |
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> |