This MR automates deployment of the README.md
files included in docker/
directories when they are pushed up to Dockerhub.
To enable this we use the docker-pushrm image, which just extracts the supplied README.md
and pushes this up to Dockerhub using their API.
These are added as new jobs on Gitlab CI. As of gitlab 14.x we can use needs:
to restrict jobs even within the same stage, so this MR simplifies staging a bit to remove the package-build-dev
stage.