fix(ci): switch Docker registry from ghcr.io to Docker Hub#32
Merged
KailasMahavarkar merged 1 commit intomainfrom Apr 10, 2026
Merged
fix(ci): switch Docker registry from ghcr.io to Docker Hub#32KailasMahavarkar merged 1 commit intomainfrom
KailasMahavarkar merged 1 commit intomainfrom
Conversation
ghcr.io defaults to private and requires manual visibility changes per-package. Docker Hub images are public by default. - Workflow now logs into Docker Hub using DOCKERHUB_USERNAME + DOCKERHUB_TOKEN secrets and pushes to orkait/hyperstack - Removed REGISTRY/IMAGE_NAME env vars (no longer needed) - Removed packages: write permission (not needed for Docker Hub) - install.md updated: image reference changed to orkait/hyperstack:latest - Troubleshooting section updated to reflect Docker Hub Requires two repo secrets to be set: DOCKERHUB_USERNAME=<your Docker Hub username> DOCKERHUB_TOKEN=<Docker Hub access token> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
KailasMahavarkar
added a commit
that referenced
this pull request
Apr 14, 2026
fix(ci): switch Docker registry from ghcr.io to Docker Hub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ghcr.ioto Docker Hub (orkait/hyperstack)packages: writepermission from the workflow (not needed for Docker Hub)install.mdMCP config snippet to useorkait/hyperstack:latestRequired secrets (add before merging)
Go to repo Settings → Secrets → Actions and add:
DOCKERHUB_USERNAME- your Docker Hub usernameDOCKERHUB_TOKEN- Docker Hub access token (create at hub.docker.com → Account Settings → Security)Also close
Closes / supersedes PR #31 (ghcr.io OCI labels - no longer relevant)
🤖 Generated with Claude Code