Skip to content

fix(ci): revert to ghcr.io from Docker Hub#35

Merged
KailasMahavarkar merged 2 commits intomainfrom
fix/revert-to-ghcr
Apr 10, 2026
Merged

fix(ci): revert to ghcr.io from Docker Hub#35
KailasMahavarkar merged 2 commits intomainfrom
fix/revert-to-ghcr

Conversation

@KailasMahavarkar
Copy link
Copy Markdown
Collaborator

Summary

  • Reverts Docker registry back to ghcr.io from Docker Hub
  • Docker Hub PAT in Infisical was read-only → push failed with insufficient scopes
  • ghcr.io uses GITHUB_TOKEN with packages: write — no external secrets, no scope issues
  • Org-level permissions already updated to allow public packages

Image URL

ghcr.io/orkait/hyperstack:main

🤖 Generated with Claude Code

KailasMahavarkar and others added 2 commits April 10, 2026 17:57
Docker Hub PAT had insufficient scopes (read-only). ghcr.io uses
GITHUB_TOKEN with packages:write - no external secrets needed,
no scope issues. Org permissions already updated to allow public packages.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Uses GH_PACKAGES_PAT (admin:packages scope) to call GitHub API
and set the container package to public on every new release.
GITHUB_TOKEN alone cannot change visibility.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@KailasMahavarkar KailasMahavarkar merged commit 2c17dfa into main Apr 10, 2026
@KailasMahavarkar KailasMahavarkar deleted the fix/revert-to-ghcr branch April 10, 2026 12:40
KailasMahavarkar added a commit that referenced this pull request Apr 14, 2026
fix(ci): revert to ghcr.io from 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