User Story
As a developer, I want to deploy the latest version on the main branch running as a docker container via Github Action so that I can verify the stability and new features before deploying them on a hardware node.
Additional context
The deployment is triggered if a PR is merged or rebased into main or coupled to a release tag
Ideally, the test node would already connect to the existing backend solution so that an end-to-end integration is visible
User Story As a developer, I want to deploy the latest version on the main branch running as a docker container via Github Action so that I can verify the stability and new features before deploying them on a hardware node.
Additional context