Add Github workflow to build docker#397
Conversation
|
This is now working as expected and ready to go. Changes should be completely independent from the big refactor (#393), so it should be safe to merge in either order. This should be squashed before merging, as most of the commits are just testing workflow behaviour. The workflow builds the Dockerfile whenever a pull request that includes changes under the It only builds the Dockerfile, it does not publish it. |
Simple workflow to build the docker image whenever requirements or docker config changes
Closes #395