adds gha
Hi @Robinlovelace I do not fully grasp what is the workflow for creating the docker images here. However, I created a GitHub Actions template. I should start every Wednesday or after push to the master branch. To make it work, you need to add missing steps in the dockerize.yml file... Maybe the https://github.com/marketplace/actions/build-and-push-docker-images website could be helpful here...
Looks like a good start, thanks @Nowosad ! We could just merge it and see what happens, any error messages could help with debugging. Publishing the images on GitHub also sounds good to me, would it push to the repo every week, triggering Dockerhub? Amazing if so.
Ready for review?
To make it work, you still should try to add missing steps in the dockerize.yml file. Maybe the https://github.com/marketplace/actions/build-and-push-docker-images website could be helpful here... I do not have any proper experience in doing that...