mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-22 11:18:54 +08:00
add squash option
Signed-off-by: xundaoxd <xundaoxd@outlook.com>
This commit is contained in:
parent
83a00fb5e6
commit
77bf341f1f
6 changed files with 30 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue