-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
actions-toolkit/src/buildx/build.ts
Lines 105 to 117 in 3d7c390
| public resolveWarnings(metadata?: BuildMetadata): Array<VertexWarning> | undefined { | |
| if (!metadata) { | |
| metadata = this.resolveMetadata(); | |
| if (!metadata) { | |
| return undefined; | |
| } | |
| } | |
| if ('buildx.build.warnings' in metadata) { | |
| return metadata['buildx.build.warnings'] as Array<VertexWarning>; | |
| } | |
| return undefined; | |
| } | |
My metadata doesn't have this key, as far as I can tell.
Is it possible that the key is result.json.warnings now?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels