add squash option

Signed-off-by: xundaoxd <xundaoxd@outlook.com>
This commit is contained in:
xundaoxd 2022-10-06 20:08:54 +08:00
parent 83a00fb5e6
commit 77bf341f1f
6 changed files with 30 additions and 3 deletions

View file

@ -93,6 +93,10 @@ inputs:
description: "GitHub Token used to authenticate against a repository for Git context"
default: ${{ github.token }}
required: false
squash:
description: "Squash newly built layers into a single new layer"
required: false
default: 'false'
outputs:
imageid: