diff options
author | Patrick Brady <pb071s@att.com> | 2017-03-22 23:03:20 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-03-22 23:03:31 -0700 |
commit | 5c53c8434e7276c898dc64e31212efddf60fc04f (patch) | |
tree | 492b53213bebe7743cc9a301c375b19533e144d6 | |
parent | 0a85864fb0d0f104bac684e4fefe3efa4a5438cb (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>
-rw-r--r-- | installation/appc/pom.xml | 2 |
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> |