mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
fix typo (#702)
This commit is contained in:
parent
33b4957d07
commit
9ac1bf6ca2
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ func (client dockerClient) PullImage(ctx context.Context, container Container) e
|
|||
log.WithFields(fields).Debugf("Checking if pull is needed")
|
||||
|
||||
if match, err := digest.CompareDigest(container, opts.RegistryAuth); err != nil {
|
||||
log.Info("Could not do a head request, falling back to regulara pull.")
|
||||
log.Info("Could not do a head request, falling back to regular pull.")
|
||||
log.Debugf("Reason: %s", err.Error())
|
||||
} else if match {
|
||||
log.Debug("No pull needed. Skipping image.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue