E525 Fix: update Docker image name in release workflow by GareArc · Pull Request #16 · composepack/composepack · GitHub
[go: up one dir, main page]

Skip to content

Fix: update Docker image name in release workflow#16

Merged
GareArc merged 1 commit intomainfrom
dev
Dec 1, 2025
Merged

Fix: update Docker image name in release workflow#16
GareArc merged 1 commit intomainfrom
dev

Conversation

@GareArc
Copy link
Collaborator
@GareArc GareArc commented Dec 1, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 1, 2025 08:34
@GareArc GareArc merged commit f5bbca6 into main Dec 1, 2025
3 checks passed
@GareArc GareArc deleted the dev branch December 1, 2025 08:34
Copy link
Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_NAME environment variable in .github/workflows/release.yml to 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
Copy link

Copilot AI Dec 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0