A simple example of creating a docker image for a ASP .NET Blazor web application. This demo publishes the docker image to DockerHub. You therefore require:
- A DockerHub account
- Define repository secrets for your Docker Hub username and password. These are required by the Docker Hub login action in the workflow.
- Microsoft tutorial on how to Containerize a .NET application.
- GitHub documentation on Publishing Docker images.
- Using secrets in GitHub Actions