Gitpulse
LatestReleasesStand-up
Merged
Size
XS
Extra Small: < 10 weighted lines
Change Breakdown
CI/CD60%
Bug Fix40%
#3170fix: Add repo flag when for updating the docker link during release

GitHub release workflow patched to target specific repository

ER
ericallam
·Mar 4, 2026·#3170fix: Add repo flag when for updating the docker link during release

The automated release pipeline now explicitly targets the main repository when updating Docker links, resolving potential context failures during builds.

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.

© 2026 · via Gitpulse