From 7e64f9709ade7e493e7705e41d7e6a9619f42a08 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 10 Jun 2020 16:43:09 -0700 Subject: [PATCH] Use milestone as docker tag Update the pipeline YAML to use ((milestone)) rather than ((branch)) when tagging docker images. See gh-21716 --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 434c6cd9ff..1ffb2afab4 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -7,7 +7,7 @@ anchors: docker-resource-source: &docker-resource-source username: ((docker-hub-username)) password: ((docker-hub-password)) - tag: ((branch)) + tag: ((milestone)) build-project-task-params: &build-project-task-params privileged: true timeout: ((task-timeout))