Link to docker image using the release step in gitlab-ci.yml

According to the documentation of release-cli you can add links to a release (docs/index.md · master · GitLab.org / release-cli · GitLab).

Is this possible using the release step in gitlab-ci.yml?

During the build phase I create a Docker image and store that in the Gitlab Container Registry.
In the release phase I would then like to link to that image in the registry so that it shows up on the ‘Releases’-page.

1 Like

Been trying to do this for a generic binary with no luck. Did you ever end up figuring this out?