open-policy-agent / gatekeeper

🐊 Gatekeeper - Policy Controller for Kubernetes
https://open-policy-agent.github.io/gatekeeper/
Apache License 2.0
3.72k stars 765 forks source link

403 Failure to push to ghcr.io - Possible organization policy setting issue #3697

Closed dulltz closed 2 weeks ago

dulltz commented 2 weeks ago

What steps did you take and what happened: The process to push to ghcr.io is failing. Example: https://github.com/open-policy-agent/gatekeeper/actions/runs/11827179364/job/32954782335

What did you expect to happen: The push to ghcr.io should complete successfully without any permission issues.

Anything else you would like to add:

Environment:

sozercan commented 2 weeks ago

@dulltz thanks, I noticed the failure too. investigating

That setting is already set to public

dulltz commented 2 weeks ago

@sozercan Thank you for making the corrections. I appreciate your effort.