This commit is contained in:
Martin Cross 2026-01-12 18:48:38 -05:00 committed by GitHub
commit a950a8fd4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}