We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dad918 commit 1bde989Copy full SHA for 1bde989
src/taskgraph/transforms/docker_image.py
@@ -231,7 +231,7 @@ def fill_template(config, tasks):
231
}
232
233
if not is_public_artifact_prefix(config.params):
234
- taskdesc["worker"]["features"] = {"taskclusterProxy": True}
+ taskdesc["worker"]["taskcluster-proxy"] = True
235
if "index" in task:
236
taskdesc["index"] = task["index"]
237
if job_symbol:
0 commit comments