Open lunedis opened 3 years ago
In .env we define
.env
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
package.json
And of course the CI badge in the README.md.
README.md
Agreed, we should change it. Not sure if it even works as it is now...
CI: https://github.com/jvalue/ods/blob/main/.github/workflows/ods.yml#L346
In
.env
we defineDo 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#L50And of course the CI badge in the
README.md
.