diff --git a/pkg/image/models/images.go b/pkg/image/models/images.go index d48b950d11..81ca7d01eb 100644 --- a/pkg/image/models/images.go +++ b/pkg/image/models/images.go @@ -2121,6 +2121,10 @@ func (img *SImage) Pipeline(ctx context.Context, userCred mcclient.TokenCredenti } notifyclient.SystemNotifyWithCtx(ctx, notify.NotifyPriorityNormal, notifyclient.IMAGE_ACTIVED, kwargs) notifyclient.NotifyImportantWithCtx(ctx, []string{userCred.GetUserId()}, false, notifyclient.IMAGE_ACTIVED, kwargs) + notifyclient.EventNotify(ctx, userCred, notifyclient.SEventNotifyParam{ + Obj: img, + Action: notifyclient.ActionCreate, + }) } return nil }