mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 14:10:12 +01:00
Add auth config, registry auth fails silently without
This commit is contained in:
parent
44dbd88295
commit
ef430b791a
2 changed files with 15 additions and 6 deletions
|
|
@ -45,7 +45,7 @@ func Update(client container.Client, names []string, cleanup bool) error {
|
|||
for i, container := range containers {
|
||||
stale, err := client.IsContainerStale(container)
|
||||
if err != nil {
|
||||
log.Infof("Unable to update container %. Proceeding to next.", containers[i].Name())
|
||||
log.Infof("Unable to update container %s. Proceeding to next.", containers[i].Name())
|
||||
log.Debug(err)
|
||||
stale = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue