build(docker): default DOCKER_IMAGE to ghcr.io/informedica/genpres - #484
Conversation
DockerBuild/DockerRun still defaulted to halcwb/genpres, left over from before informedica#459/informedica#482 wired up GHCR publishing on release. Align the local default with what tag-release.yml publishes so a plain `dotnet run DockerBuild` produces the same image name as CI. Update the DEVELOPMENT.md references to match.
Greptile SummaryThis PR changes the local Docker image default from
Confidence Score: 4/5The PR appears safe to merge, with one non-blocking stale Docker command in the development documentation. The build behavior consistently uses the new GHCR image name; only a later documentation example remains inconsistent and may direct developers to the obsolete image. Files Needing Attention: DEVELOPMENT.md Important Files Changed
|
Address stale docs mentioned by Greptile
DockerBuild/DockerRun still defaulted to halcwb/genpres, left over from before #459/#482 wired up GHCR publishing on release. Align the local default with what tag-release.yml publishes so a plain
dotnet run DockerBuildproduces the same image name as CI. Update the DEVELOPMENT.md references to match.