aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-03-26 11:39:09 +0000
committerVenkata Harish K Kajur <vk250x@att.com>2017-03-26 11:39:16 +0000
commit2fc3bd4a4fd6ffe8d204ae77dc6990861f2c6d59 (patch)
treea5b19e111f1930cffd6de7dced5aa3a1f30c6c47 /ajsc-aai
parent94f36ddfa3c523eba23448511621233a8af7ce34 (diff)
Update pom for the proper image tags
Change-Id: If18700477c64b729b91ec670fcc7e440a1560b95 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'ajsc-aai')
-rw-r--r--ajsc-aai/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index b1a120d..0921a44 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -438,9 +438,7 @@
<dockerDirectory>${dockerLocation}</dockerDirectory>
<serverId>${docker.push.registry}</serverId>
<imageTags>
- <imageTag>${docker.image.version}-SNAPSHOT-${maven.build.timestamp}</imageTag>
- <imageTag>${docker.image.version}-STAGING-${maven.build.timestamp}</imageTag>
- <imageTag>1.0-STAGING-latest</imageTag>
+ <imageTag>latest</imageTag>
</imageTags>
<forceTags>true</forceTags>
</configuration>