Skip to content

Commit de7ca2b

Browse files
committed
Fix docker-contexts artifact scope for private artifacts
1 parent 344e704 commit de7ca2b

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
@@ -197,7 +197,7 @@ def fill_template(config, tasks):
197197
"expires-after": expires if config.params.is_try() else "1 year",
198198
"scopes": []
199199
if is_public_artifact_prefix(config.params)
200-
else [f"queue:get-artifact:{artifact_prefix}/docker-contexts/*.tar.gz"],
200+
else [f"queue:get-artifact:{artifact_prefix}/docker-contexts/*"],
201201
"run-on-projects": [],
202202
"worker-type": "images",
203203
"worker": {

0 commit comments

Comments
 (0)