mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
info line this (#316)
This commit is contained in:
committed by
Travis Reeder
parent
a14d63d5f3
commit
f032ce0556
@@ -79,7 +79,7 @@ func registryFromEnv() map[string]docker.AuthConfiguration {
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
logrus.WithError(err).Error("error getting docker auths from config files")
|
||||
logrus.WithError(err).Info("no docker auths from config files found (this is fine)")
|
||||
return nil
|
||||
}
|
||||
return auths.Configs
|
||||
|
||||
Reference in New Issue
Block a user