mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-21 18:18:55 +08:00
feat: add quiet input that maps to --quiet
Signed-off-by: szeyu <szeyu.sim@rytbank.my>
This commit is contained in:
parent
9e436ba9f2
commit
4a6144fb4c
3 changed files with 10 additions and 0 deletions
|
|
@ -80,6 +80,10 @@ inputs:
|
|||
description: "Push is a shorthand for --output=type=registry"
|
||||
required: false
|
||||
default: 'false'
|
||||
quiet:
|
||||
description: "Suppress build output (maps to --quiet)"
|
||||
required: false
|
||||
default: 'false'
|
||||
sbom:
|
||||
description: "Generate SBOM attestation for the build (shorthand for --attest=type=sbom)"
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue