aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-15 13:24:25 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-15 13:24:27 -0400
commitedd51e7dd63cb88c9f72e686cd699a719184f243 (patch)
tree810a4f3979013e2211688171c379e622289e9627
parentbbe7efa2068e0d5393abc2a0240814ef18960786 (diff)
Add tags to docker config
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I53450f49aaf6bc91b18e283bc773267734d7d55d
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e39acd3..164141d 100644
--- 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>