MobilityData / gtfs-realtime-validator

Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds
Other
38 stars 9 forks source link

CI: build and publish Docker image on Github #86

Closed lionel-nj closed 2 years ago

lionel-nj commented 2 years ago

Summary:

This PR provides support to build and publish a Docker image at each:

Expected behavior:

Build and publish a Docker image on the package page of the repository.

Image information is available here

Capture d’écran, le 2022-01-21 à 11 45 35

Please make sure these boxes are checked before submitting your pull request - thanks!

barbeau commented 2 years ago

Looking at this a bit more, it appears the package for the gtfs-realtime-validator is access-restricted - you can see it shows as "Internal" under the Packages list:

image

I believe you just need to switch this package to be publicly anonymously accessible - see: https://docs.github.com/en/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility#container-creation-visibility-for-organization-members

lionel-nj commented 2 years ago

Thanks for reviewing @barbeau! I updated the README and changed the privacy settings (I was then able to pull the Docker image successfully).

lionel-nj commented 2 years ago

Thank you @barbeau!