jvalue / ods

Open Data Service - Make consuming open data easy, safe, and reliable
GNU Affero General Public License v3.0
36 stars 23 forks source link

Adjust paths after repository rename #354

Open lunedis opened 3 years ago

lunedis commented 3 years ago

In .env we define

DOCKER_REGISTRY=docker.pkg.github.com/jvalue/open-data-service

Do we need to / should we change that, now that the repository is called jvalue/ods?

All package.json files also still refer to the old repository url, e.g. here: https://github.com/jvalue/ods/blob/main/ui/package.json#L50

And of course the CI badge in the README.md.

georg-schwarz commented 3 years ago

Agreed, we should change it. Not sure if it even works as it is now...

lunedis commented 3 years ago

CI: https://github.com/jvalue/ods/blob/main/.github/workflows/ods.yml#L346