Docker image for GitHub action with dotnet core 2.2 , docker , docker compose and cake build global tools
action "cake action" {
uses = "docker://iambipinpaul/dotnetdockercake:latest"
args = "dotnet cake build.cake"
}
Docker image for GitHub action with dotnet core 2.2 , docker , docker compose and cake build global tools
action "cake action" {
uses = "docker://iambipinpaul/dotnetdockercake:latest"
args = "dotnet cake build.cake"
}