Closed J3RN closed 3 years ago
Thanks, I added this to the troubleshooting.
As someone who is trying to publish a container for the first time and thus doesn't have access to the packages button in the sidebar, what am I supposed to do?
I think in the past, I pushed my first version of an image from the command line myself, rather than having Actions do it.
There is probably a better way, though.
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: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:
Voila! It works now.