Current Situation:
- The documentation says, in order to push a release to Dockerhub, we need to download artifacts from Github actions and push them to docker hub from a dev machine. There is a docker hub upload action in our .github/workflows folder and Dockerhub secrets are configured in Github actions secrets though.
Goal:
- Review and potentially fix the Github Dockerhub upload action.
Acceptance Criteria:
- We can upload builds from Github CI to Dockerhub by simply using the Github UI
[optional] Notes:
[optional] Open Questions:
- Does the tagging of versions on docker images work properly?
- Do we want the tagging of versions to be moved next to the docker build invocation?