Correcting docker image tag mistake 19/2319/1
authorPatrick Brady <pb071s@att.com>
Thu, 23 Mar 2017 06:03:20 +0000 (23:03 -0700)
committerPatrick Brady <pb071s@att.com>
Thu, 23 Mar 2017 06:03:31 +0000 (23:03 -0700)
Docker image name was only supposed to have major and minor version.

Change-Id: I34032ffb5cfb07c9d99ed289368f7a7915cd650f
Signed-off-by: Patrick Brady <pb071s@att.com>
installation/appc/pom.xml

index 62a9f9d..130a093 100644 (file)
                                                                                <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>