redhat-actions / buildah-build

GitHub Action to use 'buildah' to build a container image.
https://github.com/marketplace/actions/buildah-build
MIT License
136 stars 35 forks source link

Make squashing optional #139

Open picsel2 opened 2 months ago

picsel2 commented 2 months ago

Description

This PR adds an imput parameter "squash" allowing optional layer squashing when building from scratch.

Related Issue(s)

Closes #138

Checklist

Changes made