actions/example-services

Running services from the Github Package Registry

acazacu opened this issue · 0 comments

Hi,

Is there any example of running services from images published onto the GitHub Package Registry? Is this feature supported?

When trying to run a service based on an image hosted on docker.pkg.github.com, I get an authentication error in the job setup step:
Error response from daemon: Get https://docker.pkg.github.com/v2/org/repo/image/manifests/latest: no basic auth credentials

Worth noting, the repository containing the package is public.

Thank you!