Customize the `Triggered by' for Microsoft.VisualStudio.Services.ReleaseManagement on CD realese pipeline

Hi, I am wondering if it’s possible to customize the Triggered by _<repo>/<tag> for Microsoft.VisualStudio.Services.ReleaseManagement on CD realese pipeline.

Currently I’ve got a YAML pipeline for CI, which ends at publishing a docker image to a private ACR instance.
Then for CD I have a release pipeline like this:
The artifact is the an ACR Repo which goes to DEV stage as soon as new image is there.

What I am trying to achieve here is to have the USER display in the CD. For example
Triggered by _myrepo/mytag for Firstname Lastname

Turns out I had ACR set as primary artifact when i actually needed Build Pipeline