info line this (#316)

This commit is contained in:
Reed Allman
2017-09-11 13:05:49 -07:00
committed by Travis Reeder
parent a14d63d5f3
commit f032ce0556

View File

@@ -79,7 +79,7 @@ func registryFromEnv() map[string]docker.AuthConfiguration {
} }
if err != nil { 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 nil
} }
return auths.Configs return auths.Configs