Display app version in workflow overview

Hi guys

I have a CircleCI pipeline set up to build a docker image that holds my node app. I use workflows to deploy this image to Google Cloud. First I deploy to a staging environment automatically and a hold step requires manual approval of production deployment.

Every time I build I stamp a version onto my app.

I would like to display that version on the workflow overview so I can easily find the build I want to deploy. But I haven’t been able to find documentation on how to do that.

Can anyone point me to the documentation on how to do that?

BR RBAE