From 0c0e44a2859419c2a77aeffdc3020b718b100311 Mon Sep 17 00:00:00 2001 From: myarmolinsky Date: Mon, 2 Dec 2024 16:57:35 -0500 Subject: [PATCH] contains_image Change-type: patch --- src/commands/preload/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/preload/index.ts b/src/commands/preload/index.ts index 0cdfc63b..8011a261 100644 --- a/src/commands/preload/index.ts +++ b/src/commands/preload/index.ts @@ -295,7 +295,7 @@ Can be repeated to add multiple certificates.\ owns__release: { $select: ['id', 'commit', 'end_timestamp', 'composition'], $expand: { - contains__image: { + release_image: { $select: ['image'], $expand: { image: {