The GH actions docs says:
The actions you use in your workflow can be defined in:
- A public repository
- The same repository where your workflow file references the action
- A published Docker container image on Docker Hub
I work for a customer with GH private repositories only, so distributing over public repos is not an option. I wonder what could be an alternative?
As I see it's also possible to distribute actions using docker containers, but again they should pulled from public Docker Hub, or maybe there is alternative to use private docker repositories?
Thanks