ods icon indicating copy to clipboard operation
ods copied to clipboard

Adjust paths after repository rename

Open lunedis opened this issue 4 years ago • 2 comments

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.

lunedis avatar Sep 09 '21 07:09 lunedis

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

georg-schwarz avatar Sep 09 '21 09:09 georg-schwarz

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

lunedis avatar Sep 09 '21 12:09 lunedis