mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
add --with-env flag to publish command
this flag allow publishing env variables in the Compose OCI artifact Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
4b70ff0ccd
commit
840288895e
11 changed files with 196 additions and 11 deletions
|
|
@ -422,6 +422,7 @@ const (
|
|||
// PublishOptions group options of the Publish API
|
||||
type PublishOptions struct {
|
||||
ResolveImageDigests bool
|
||||
WithEnvironment bool
|
||||
|
||||
OCIVersion OCIVersion
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue