Skip to content

Commit 2fe1f96

Browse files
committed
feature(main): suport fetch from registry
1 parent e660c97 commit 2fe1f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (s *server) replaceImage(image, action string) string {
9494
return image
9595
}
9696
if utils.IsImageId(images, image) {
97-
klog.Infof("image: %s is imageID,skip replace")
97+
klog.Infof("image: %s is imageID,skip replace", image)
9898
return image
9999
}
100100
//for image name

0 commit comments

Comments
 (0)