Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 331 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 331 Bytes

.NET Core , Docker , Docker compose and Cake build for Github Actions

Docker image for GitHub action with dotnet core 2.2 , docker , docker compose and cake build global tools

Cake build action

action "cake action" {
  uses = "docker://iambipinpaul/dotnetdockercake:latest"  
  args = "dotnet cake build.cake"  
}