use new base image for build & release

This commit is contained in:
TGP
2022-01-20 15:12:05 +00:00
parent 69bd9a8548
commit c07e6ee41f
5 changed files with 21 additions and 4 deletions

View File

@@ -4,13 +4,13 @@ orbs:
jobs:
build:
docker:
- image: mcr.microsoft.com/dotnet/sdk:6.0-alpine
- image: mijitt0m/ocelot-build:0.0.5
steps:
- checkout
- run: dotnet tool restore && dotnet cake
release:
docker:
- image: mcr.microsoft.com/dotnet/sdk:6.0-alpine
- image: mijitt0m/ocelot-build:0.0.5
steps:
- checkout
- run: dotnet tool restore && dotnet cake --target=Release