chore(go): rename

This commit is contained in:
Jan Rundshagen 2024-07-08 15:18:32 +02:00 committed by Jan O. Rundshagen
parent 95cbb7ff4b
commit 89dba8455b
61 changed files with 126 additions and 126 deletions

View file

@ -6,7 +6,7 @@ import (
"errors"
"os"
"github.com/containrrr/watchtower/pkg/registry/helpers"
"github.com/beatkind/watchtower/pkg/registry/helpers"
cliconfig "github.com/docker/cli/cli/config"
"github.com/docker/cli/cli/config/configfile"
"github.com/docker/cli/cli/config/credentials"
@ -36,7 +36,7 @@ func EncodedEnvAuth() (string, error) {
Username: username,
Password: password,
}
log.Debugf("Loaded auth credentials for registry user %s from environment", auth.Username)
// CREDENTIAL: Uncomment to log REPO_PASS environment variable
// log.Tracef("Using auth password %s", auth.Password)