mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 07:00:13 +01:00
Remove unneeded image ID information (added previously for debugging)
This commit is contained in:
parent
3971920903
commit
83cf4c2856
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ func (client dockerClient) HasNewImage(ctx context.Context, container t.Containe
|
|||
|
||||
newImageID := t.ImageID(newImageInfo.ID)
|
||||
if newImageID == currentImageID {
|
||||
log.Debugf("No new images found for %s [ imageID %s ]", container.Name(), newImageID.ShortID())
|
||||
log.Debugf("No new images found for %s", container.Name())
|
||||
return false, currentImageID, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue