Created
March 21, 2022 13:06
-
-
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
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
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