Skip to content

Optionally use disclosure elements to hide lengthy Docker build summary #369

@ruffsl

Description

@ruffsl

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.

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions