This repo is a simple ASP.NET Core application that demonstrates a CI pipeline for building the app, packaging the app into a container, and pushing that container to a registry.
The most interesting parts of this repo are
- The workflow definition
- An example Action run showing the container push to Azure Container Registry