mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Make squashing optional
This commit is contained in:
parent
7a95fa7ee0
commit
4a139d5a7a
6 changed files with 22 additions and 10 deletions
|
@ -53,6 +53,10 @@ inputs:
|
|||
description: 'Set to true to build using the OCI image format instead of the Docker image format'
|
||||
default: 'false'
|
||||
required: false
|
||||
squash:
|
||||
description: 'Set to true to squash the image layers.'
|
||||
default: 'true'
|
||||
required: false
|
||||
arch:
|
||||
description:
|
||||
'Label the image with this ARCH, instead of defaulting to the host architecture'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue