Skip to content

Commit 7a3e653

Browse files
Add annotations (#94)
1 parent c037d76 commit 7a3e653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logic/api/image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const getAll = async (options) => {
6464
type: options.type,
6565
branch: options.branch,
6666
imageDisplayNameRegex: options.imageName,
67-
select: 'internalName tags internalImageId created size imageDisplayName',
67+
select: 'internalName tags internalImageId created size imageDisplayName metadata',
6868
};
6969

7070
if (options.sha) {

0 commit comments

Comments
 (0)