-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
Luckily I managed to figure out this issue, but I wanted to write about it so that other could find it.
Issue
In the step
using this action, I would receive the following error from Podman:
Error: trying to reuse blob sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 at destination: failed to read from destination repository my_org/my_image: 403 (Forbidden)
Solution
This was a pre-existing package that I'm simply trying to automate the workflow around. The solution lied in permissions on the package. Namely, I needed to:
- Navigate to the package
- Click "Package settings" on the right side
- Add the repository running the GitHub Action in the "Manage Actions access" section
Voila! It works now.
divyansh42, giuscri and verdverm
Metadata
Metadata
Assignees
Labels
No labels