Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Docker image name from garearc/composepack to garethcxy/composepack in the GitHub Actions release workflow, likely reflecting a change in Docker Hub account ownership or organizational structure.
Key Change:
- Updated the
IMAGE_NAMEenvironment variable in.github/workflows/release.ymlto use the new Docker Hub namespace
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| env: | ||
| IMAGE_NAME: garearc/composepack | ||
| IMAGE_NAME: garethcxy/composepack |
There was a problem hiding this comment.
The Docker image name has been updated to garethcxy/composepack, but the old image name garearc/composepack is still referenced extensively in the documentation:
README.md(lines 117, 120, 136)docs/docker.md(lines 8, 22, 25, 31, 55, 63, 80, 121, 122, 145, 148, 149, 155, 156, 159, 160, 161)
This creates inconsistency between the release workflow and user-facing documentation. All documentation should be updated to reference the new image name to avoid confusion for users trying to pull or run the Docker image.
No description provided.