mirror of
https://github.com/docker/compose.git
synced 2026-05-13 13:58:02 +00:00
fix(publish): in processFile(), load the compose file passing the project.Profiles to the loader.Options.
Signed-off-by: Olivier Goulpeau <olivier.goulpeau@ledger.fr>
This commit is contained in:
parent
ae3309afab
commit
e7aa484b78
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ func processFile(ctx context.Context, file string, project *types.Project, extFi
|
|||
options.SkipExtends = true
|
||||
options.SkipConsistencyCheck = true
|
||||
options.ResolvePaths = true
|
||||
options.Profiles = project.Profiles
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue