Hi guys, i noticed the current CI workflow file using Github Actions is pretty confusing when looking at it.
- I’d suggest to have a more clean structure and using a separate shell script that performs the actual build, e.g., tools/ci/docker_build_push.sh - We could move the Dockerfiles (especially in the core repo) to a central location within the repo, e.g. docker/ - We could rename ui/ -> streampipes-ui/ What do you think? Are there any other suggestions that might help improve the CI + overall project structure? Patrick
