GitHub Actions (4)
2020
Use the cache action to speedup GitHub Actions
To make your workflows faster and more efficient, you can create and use caches for dependencies and other commonly reused files.
The input device is not a TTY - error on a build machine
Don't run Docker in interactive terminal mode on a headless build machine.
2019
Build and test ASP.Net Core app in Docker via GitHub Actions
Building and testing an ASP.Net Core application in Docker using GitHub Actions is possible, but I would still use the regular method for a couple of reasons.
Build and test ASP.Net Core 3.0 app via GitHub Actions
GitHub Actions is a modern and easy way to keep your entire product lifecycle wihtin GitHub. Still early days though.