mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-15 03:38:06 +01:00
Merge 78aa13e619 into ca0e86e824
This commit is contained in:
commit
a950a8fd4a
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ func (client dockerClient) HasNewImage(ctx context.Context, container t.Containe
|
|||
return false, currentImageID, nil
|
||||
}
|
||||
|
||||
log.Infof("Found new %s image (%s)", imageName, newImageID.ShortID())
|
||||
log.Infof("Found new %s image (%s) for container %s", imageName, newImageID.ShortID(), container.Name())
|
||||
return true, newImageID, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue