Skip to content

fix(ci): switch Docker registry from ghcr.io to Docker Hub#32

Merged
KailasMahavarkar merged 1 commit intomainfrom
fix/switch-to-dockerhub
Apr 10, 2026
Merged

fix(ci): switch Docker registry from ghcr.io to Docker Hub#32
KailasMahavarkar merged 1 commit intomainfrom
fix/switch-to-dockerhub

Conversation

@KailasMahavarkar
Copy link
Copy Markdown
Collaborator

Summary

  • Switches the Docker publish target from ghcr.io to Docker Hub (orkait/hyperstack)
  • Docker Hub images are public by default - no manual visibility toggle needed
  • Removes packages: write permission from the workflow (not needed for Docker Hub)
  • Updates install.md MCP config snippet to use orkait/hyperstack:latest
  • Updates troubleshooting section to remove ghcr.io-specific instructions

Required secrets (add before merging)

Go to repo Settings → Secrets → Actions and add:

  • DOCKERHUB_USERNAME - your Docker Hub username
  • DOCKERHUB_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

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 KailasMahavarkar merged commit b630a65 into main Apr 10, 2026
4 checks passed
@KailasMahavarkar KailasMahavarkar deleted the fix/switch-to-dockerhub branch April 10, 2026 12:18
KailasMahavarkar added a commit that referenced this pull request Apr 14, 2026
fix(ci): switch Docker registry from ghcr.io to Docker Hub
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.

1 participant