mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-12 14:37:08 +08:00
bumpo compose-go to v2.1.0
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
3
vendor/github.com/compose-spec/compose-go/v2/cli/options.go
generated
vendored
3
vendor/github.com/compose-spec/compose-go/v2/cli/options.go
generated
vendored
@ -283,6 +283,9 @@ func WithEnvFiles(file ...string) ProjectOptionsFn {
|
||||
if os.IsNotExist(err) {
|
||||
return nil
|
||||
}
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if !s.IsDir() {
|
||||
o.EnvFiles = []string{defaultDotEnv}
|
||||
}
|
||||
|
Reference in New Issue
Block a user