diff options
Diffstat (limited to 'test-apis-ci/pom.xml')
-rw-r--r-- | test-apis-ci/pom.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index fa79ff2be0..807b59d63b 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -600,7 +600,9 @@ <dockerFileDir>${project.basedir}/sdc-api-tests</dockerFileDir> <tags> <tag>${docker.tag}</tag> - <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest</tag> + <tag> + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest + </tag> </tags> </build> </image> @@ -615,9 +617,7 @@ </goals> <configuration> <removeAll>true</removeAll> - <images> - <image>onap/sdc-api-tests</image> - </images> + <image>onap/sdc-api-tests</image> </configuration> </execution> @@ -636,9 +636,7 @@ <goal>push</goal> </goals> <configuration> - <images> - <image>onap/sdc-api-tests</image> - </images> + <image>onap/sdc-api-tests</image> </configuration> </execution> </executions> |