mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Support for docker compose build --push when using multiple platforms
Signed-off-by: maxcleme <maxime.clement@docker.com>
This commit is contained in:
parent
cf12239547
commit
634a7d2a7b
6 changed files with 27 additions and 2 deletions
|
|
@ -106,6 +106,16 @@ options:
|
|||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
- option: push
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
description: Push service images.
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
- option: quiet
|
||||
shorthand: q
|
||||
value_type: bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue