aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-03-22 23:03:20 -0700
committerPatrick Brady <pb071s@att.com>2017-03-22 23:03:31 -0700
commit5c53c8434e7276c898dc64e31212efddf60fc04f (patch)
tree492b53213bebe7743cc9a301c375b19533e144d6 /installation
parent0a85864fb0d0f104bac684e4fefe3efa4a5438cb (diff)
Correcting docker image tag mistake
Docker image name was only supposed to have major and minor version. Change-Id: I34032ffb5cfb07c9d99ed289368f7a7915cd650f Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'installation')
-rw-r--r--installation/appc/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index 62a9f9d..130a093 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -206,7 +206,7 @@
<dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile>
<tags>
<!-- <tag>${appc.docker.staging.version}-STAGING-${maven.build.timestamp}</tag> -->
- <tag>${appc.docker.staging.version}-STAGING-latest</tag>
+ <tag>${release_name}.${sprint_number}-STAGING-latest</tag>
</tags>
</build>
</image>