From: Patrick Brady Date: Thu, 23 Mar 2017 06:03:20 +0000 (-0700) Subject: Correcting docker image tag mistake X-Git-Tag: v1.2.0~96 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5c53c8434e7276c898dc64e31212efddf60fc04f;p=appc%2Fdeployment.git 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 --- 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 @@ ${basedir}/target/docker-stage/Dockerfile - ${appc.docker.staging.version}-STAGING-latest + ${release_name}.${sprint_number}-STAGING-latest