The current github action workflows utilize ubuntu, and then install hugo into that container. I would like to instead build a docker container via nix to install hugo from nix packages and push the container image up to my docker hub account.
This will ensure the hugo version I'm using to add blog posts from my laptop stays in sync with the hugo version used in CI to build the site.