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.