mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
Add support to push images quietly via compose cli
Signed-off-by: Vedant Koditkar <vedant.koditkar@outlook.com>
This commit is contained in:
parent
19d1ab77eb
commit
1d4cb32001
3 changed files with 13 additions and 3 deletions
|
|
@ -183,6 +183,7 @@ type ConvertOptions struct {
|
|||
|
||||
// PushOptions group options of the Push API
|
||||
type PushOptions struct {
|
||||
Quiet bool
|
||||
IgnoreFailures bool
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue