Use milestone as docker tag

Update the pipeline YAML to use ((milestone)) rather than ((branch))
when tagging docker images.

See gh-21716
This commit is contained in:
Phillip Webb 2020-06-10 16:43:09 -07:00
parent 3a8d173845
commit 7e64f9709a

View File

@ -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))