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
|
|
@ -238,6 +238,7 @@ Following inputs can be used as `step.with` keys
|
|||
| `target` | String | Sets the target stage to build |
|
||||
| `ulimit` | List | [Ulimit](https://github.com/docker/buildx/blob/master/docs/reference/buildx_build.md#-set-ulimits---ulimit) options (e.g., `nofile=1024:1024`) |
|
||||
| `github-token` | String | GitHub Token used to authenticate against a repository for [Git context](#git-context) (default `${{ github.token }}`) |
|
||||
| `squash` | Bool | Squash newly built layers into a single new layer |
|
||||
|
||||
### outputs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue