Automated release pipelines are once again able to reliably append Docker image links to release notes.
The GitHub CLI commands used within the release workflow now explicitly target the primary repository. Previously, these commands relied on implicit repository context, which can lead to failures if the context is lost, misconfigured, or ambiguous during a CI run.
The --repo flag is being appended to both the and steps, guaranteeing the workflow fetches and updates the correct release body regardless of the runner's working directory or environmental state.