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 c037d76 commit 7a3e653Copy full SHA for 7a3e653
lib/logic/api/image.js
@@ -64,7 +64,7 @@ const getAll = async (options) => {
64
type: options.type,
65
branch: options.branch,
66
imageDisplayNameRegex: options.imageName,
67
- select: 'internalName tags internalImageId created size imageDisplayName',
+ select: 'internalName tags internalImageId created size imageDisplayName metadata',
68
};
69
70
if (options.sha) {
0 commit comments