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:
Olivier Goulpeau 2025-10-10 15:08:27 +02:00 committed by Nicolas De loof
parent ae3309afab
commit e7aa484b78

View file

@ -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