Skip to content

Commit 7e64f97

Browse files
committed
Use milestone as docker tag
Update the pipeline YAML to use ((milestone)) rather than ((branch)) when tagging docker images. See gh-21716
1 parent 3a8d173 commit 7e64f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ anchors:
77
docker-resource-source: &docker-resource-source
88
username: ((docker-hub-username))
99
password: ((docker-hub-password))
10-
tag: ((branch))
10+
tag: ((milestone))
1111
build-project-task-params: &build-project-task-params
1212
privileged: true
1313
timeout: ((task-timeout))

0 commit comments

Comments
 (0)