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 344e704 commit de7ca2bCopy full SHA for de7ca2b
src/taskgraph/transforms/docker_image.py
@@ -197,7 +197,7 @@ def fill_template(config, tasks):
197
"expires-after": expires if config.params.is_try() else "1 year",
198
"scopes": []
199
if is_public_artifact_prefix(config.params)
200
- else [f"queue:get-artifact:{artifact_prefix}/docker-contexts/*.tar.gz"],
+ else [f"queue:get-artifact:{artifact_prefix}/docker-contexts/*"],
201
"run-on-projects": [],
202
"worker-type": "images",
203
"worker": {
0 commit comments