Skip to content

Instantly share code, notes, and snippets.

@mandrean
Created March 21, 2022 13:06
Show Gist options
  • Save mandrean/e992efe79e3c7be75c2864ea3cda4a57 to your computer and use it in GitHub Desktop.
Save mandrean/e992efe79e3c7be75c2864ea3cda4a57 to your computer and use it in GitHub Desktop.
How to fix Github Actions 403 when pushing to a new private GHCR.io registry in a GH org
1. Manually build the image locally with the correct tag, then push it
2. Find the newly created package at https://github.com/orgs/[ORG]/packages
3. Link it with the right repository
4. Go to https://github.com/[ORG]/[REPO]/pkgs/container/[PACKAGE] and link it with the right repository action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment