Make squashing optional

This commit is contained in:
Sebastian Grabowski 2024-04-27 01:38:16 +02:00
parent 7a95fa7ee0
commit 4a139d5a7a
No known key found for this signature in database
GPG key ID: 6030CFD8428BE75E
6 changed files with 22 additions and 10 deletions

View file

@ -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'