mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-04 01:07:59 +08:00
use new base image for build & release
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# call from ocelot repo root with
|
||||
# docker build --platform linux/arm64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN --build-arg OCELOT_GITHUB_API_KEY=$OCELOT_GITHUB_API_KEY --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
|
||||
# docker build --platform linux/amd64 --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN --build-arg OCELOT_GITHUB_API_KEY=$OCELOT_GITHUB_API_KEY --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
|
||||
FROM mcr.microsoft.com/dotnet/sdk:6.0-alpine AS build-env
|
||||
FROM mijitt0m/ocelot-build:0.0.5
|
||||
|
||||
ARG OCELOT_COVERALLS_TOKEN
|
||||
ARG OCELOT_NUTGET_API_KEY
|
||||
|
Reference in New Issue
Block a user