-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
kind/enhancementNew feature or requestNew feature or request
Description
When using the docker/bake-action@v6 action, the resulting build summary are rather long, taking up quite a bit of the vertical space from the rest of the user provide build summaries, requiring much more scroller for readers.
Line 205 in 7b876a9
| public static async writeBuildSummary(opts: BuildSummaryOpts): Promise<void> { |
While they are nicely detailed for debugging, would it be possible to allow the end user of the resulting docker actions to dynamically configure them to be encapsulate within a togglable disclosure element, via action input?
Even if the just the <h2>Bake definition</h2> and <h2>Build inputs</h2> sections had their body's nested under a collapsed disclosure element by default, that could be a big gain in reduction of line noise.
Related:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or request