Skip to content

Move save step out of buildWithX #225

@dapplion

Description

@dapplion

The step saveAndCompressImagesCached is duplicated inside of both buildWithBuildx and buildWithCompose. Apparently is could be moved out and become a different Listr step

title: `Build architecture ${architecture}`,
task: () =>
new Listr(
buildWithBuildx({
architecture,
images,

Then you wouldn't need to pipe arguments down through a function for no reson and de-duplicate

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Has to be done but not urgent

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions