mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-18 08:05:34 +08:00
use new base image for build & release
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user