commit | fa63df78a8569d3c2dffbf99c34b560e199ca05e | [log] [tgz] |
---|---|---|
author | Roman Vyalov <rvyalov@mirantis.com> | Wed Sep 05 13:27:11 2018 +0300 |
committer | Roman Vyalov <rvyalov@mirantis.com> | Wed Sep 05 13:29:48 2018 +0300 |
tree | 07f1a7589b08047552b925c6779737ffcab3e43c | |
parent | 45adb3db467aa305baaa92842939e57255b7c20e [diff] |
All of our docker images will have nightly tag Change-Id: I258bb9114329f2523d025d27fbf57371839aced3
diff --git a/docker-build-image-pipeline.groovy b/docker-build-image-pipeline.groovy index b94928e..1fbd9f0 100644 --- a/docker-build-image-pipeline.groovy +++ b/docker-build-image-pipeline.groovy
@@ -46,6 +46,8 @@ } if (!imageTagsList.contains("latest")) { imageTagsList << "latest" + //workaround for all of our docker images + imageTagsList << "nightly" } } catch (Exception e) { common.infoMsg("Impossible to find any tag") @@ -98,4 +100,3 @@ } } } -