Publish docker images to the GitHub Container registry, on pushes to devel (devel tag) and master (latest tag). Images are labelled dynamically to be linked to the repo.
The packages should automatically be set to public (that's what happened on my repository) but the GitHub docs say the default visibility is private, in which case we would need to manually set it to public.
Publish docker images to the GitHub Container registry, on pushes to devel (devel tag) and master (latest tag). Images are labelled dynamically to be linked to the repo. The packages should automatically be set to public (that's what happened on my repository) but the GitHub docs say the default visibility is private, in which case we would need to manually set it to public.