From 857ec0b44cd617386d68098a28b7d65fd304efaa Mon Sep 17 00:00:00 2001 From: Tim Etchells Date: Thu, 14 Oct 2021 16:06:59 -0700 Subject: [PATCH] Document GHCR 403. Fixes #52 Signed-off-by: Tim Etchells --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d3803b..345a5fe 100644 --- a/README.md +++ b/README.md @@ -145,3 +145,5 @@ If you are on `ubuntu-18.04` or any other older versions of ubuntu your workflow Note that quay.io repositories are private by default.
This means that if you push an image for the first time, you will have to authenticate before pulling it, or go to the repository's settings and change its visibility. + +Simiarly, if you receive a 403 Forbidden from GHCR, you may have to update the Package Settings. Refer to [this issue](https://github.com/redhat-actions/push-to-registry/issues/52).