mirror of
https://github.com/docker/compose.git
synced 2026-08-31 06:49:15 +00:00
introduce push --repository
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
827e864ed0
commit
49d1bc7524
5 changed files with 79 additions and 7 deletions
|
|
@ -260,6 +260,7 @@ type ConfigOptions struct {
|
|||
// PushOptions group options of the Push API
|
||||
type PushOptions struct {
|
||||
Quiet bool
|
||||
Repository string
|
||||
IgnoreFailures bool
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue