Skip to content

Commit 1bde989

Browse files
committed
Fix taskcluster-proxy field name for schema validation
1 parent 0dad918 commit 1bde989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taskgraph/transforms/docker_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def fill_template(config, tasks):
231231
}
232232

233233
if not is_public_artifact_prefix(config.params):
234-
taskdesc["worker"]["features"] = {"taskclusterProxy": True}
234+
taskdesc["worker"]["taskcluster-proxy"] = True
235235
if "index" in task:
236236
taskdesc["index"] = task["index"]
237237
if job_symbol:

0 commit comments

Comments
 (0)