Add tags to docker config 33/93633/1
authorJimmy Forsyth <jf2512@att.com>
Thu, 15 Aug 2019 17:24:25 +0000 (13:24 -0400)
committerJimmy Forsyth <jf2512@att.com>
Thu, 15 Aug 2019 17:24:27 +0000 (13:24 -0400)
Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I53450f49aaf6bc91b18e283bc773267734d7d55d

pom.xml

diff --git a/pom.xml b/pom.xml
index e39acd3..164141d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -448,6 +448,8 @@ limitations under the License.
                     <dockerDirectory>${docker.location}</dockerDirectory>
                     <imageTags>
                         <imageTag>latest</imageTag>
+                       <tag>${project.docker.latesttag.version}</tag>
+                       <tag>${project.major.version}.${project.minor.version}-STAGING-${maven.build.timestamp}</tag>
                     </imageTags>
                     <forceTags>true</forceTags>
                 </configuration>