mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
fix: remove logging of credentials (#1534)
This commit is contained in:
parent
4d661bf63b
commit
cfcbcac8b0
4 changed files with 19 additions and 12 deletions
|
|
@ -19,7 +19,9 @@ func GetPullOptions(imageName string) (types.ImagePullOptions, error) {
|
|||
if auth == "" {
|
||||
return types.ImagePullOptions{}, nil
|
||||
}
|
||||
log.Tracef("Got auth value: %s", auth)
|
||||
|
||||
// CREDENTIAL: Uncomment to log docker config auth
|
||||
// log.Tracef("Got auth value: %s", auth)
|
||||
|
||||
return types.ImagePullOptions{
|
||||
RegistryAuth: auth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue