This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Description
The kuksa-app-publisher reads the name-field of the app and tags the docker-image with the given name.
e.g. 0.1.0__Kuksa-Traccar-0.1.0 or 0.1.0__Dashboard-0.1.0
This works for the apps mentioned in the example above, however, when trying to build the cloud-mechanic the following error occurs:
Error parsing reference: "xyz__Cloud-Mechanic-0.1.0" is not a valid repository/tag: invalid reference format: repository name must be lowercase
What is correct in this situation?