diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 4b4e86bc67..2d027b74b0 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -18,8 +18,6 @@ <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <nexus.proxy>https://nexus.onap.org</nexus.proxy> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag> - <docker.latest.tag>${project.version}-latest</docker.latest.tag> <sonar.skip>true</sonar.skip> </properties> @@ -224,10 +222,11 @@ <cleanup>try</cleanup> <dockerFileDir>${basedir}${file.separator}sdc-simulator</dockerFileDir> <tags> - <tag>${docker.tag}</tag> + <tag>latest</tag> <tag> ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest </tag> + <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp}</tag> </tags> </build> </image> |