don't show errors as public images won't have any creds

feature/approvals_in_mem
Karolis Rusenas 2018-08-29 23:40:18 +01:00
parent b6175ddb00
commit cdb190ad86
1 changed files with 1 additions and 1 deletions

View File

@ -95,6 +95,6 @@ func GetCredentials(image *types.TrackedImage) (creds *types.Credentials) {
}
log.WithFields(log.Fields{
"tracked_image": image,
}).Error("extension.credentialshelper: credentials helper not found")
}).Debug("extension.credentialshelper: credentials helper not found")
return creds
}