diff options
author | Patrick Brady <pb071s@att.com> | 2017-04-26 09:13:46 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-04-26 09:13:52 -0700 |
commit | 7f5d8f1fe6f8bdc761171661ec6088845e049a60 (patch) | |
tree | cf746f9c58d0527593534f31a3b7b879e3999e68 /installation | |
parent | 91031e9de87b2655b8684ac854e3415982b3a68f (diff) |
Adding back docker staging tag with the timestamp
Change-Id: I5e1be822e3011edbb292b9438b5a63c5ba68575d
Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'installation')
-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 4df9516..db1cb67 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -205,7 +205,7 @@ <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir> <dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile> <tags> - <!-- <tag>${appc.docker.staging.version}-STAGING-${maven.build.timestamp}</tag> --> + <tag>${appc.docker.staging.version}-STAGING-${maven.build.timestamp}</tag> <tag>${release_name}.${sprint_number}-STAGING-latest</tag> </tags> </build> |