diff --git a/.github/workflows/publish-image-registry.yml b/.github/workflows/publish-image-registry.yml index 067df86a..11ece8d0 100644 --- a/.github/workflows/publish-image-registry.yml +++ b/.github/workflows/publish-image-registry.yml @@ -106,4 +106,4 @@ jobs: username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_TOKEN }} repository: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }} - readme-filepath: ./DOCKER_NOTICE.md + readme-filepath: ./backend/DOCKER_NOTICE.md diff --git a/README.md b/README.md index 796aaf1d..513bab98 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,17 @@ Run `docker build -t registry .` In case you want to publish your image into a remote container registry, apply the tag accordingly and `docker push` the image. ## Install Instructions -For detailed install instructions please refer to our [INSTALL.md](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/blob/main/INSTALL.md) \ No newline at end of file +For detailed install instructions please refer to our [INSTALL.md](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/blob/main/INSTALL.md) + +## License +[Apache License 2.0](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/blob/main/LICENSE) + +## Notice for Docker image +Below you can find the information regarding Docker Notice for this application. + +- [digital-twin-registry Docker Notice](https://github.com/eclipse-tractusx/sldt-digital-twin-registry/blob/main/backend/DOCKER_NOTICE.md) + +## Contact +Contact the Eclipse Tractus-X developers via the developer mailing list. + +* https://accounts.eclipse.org/mailing-list/tractusx-dev \ No newline at end of file diff --git a/DOCKER_NOTICE.md b/backend/DOCKER_NOTICE.md similarity index 100% rename from DOCKER_NOTICE.md rename to backend/DOCKER_NOTICE.md