works on linux

This commit is contained in:
TomPallister 2020-11-26 15:25:13 +00:00
parent de0f4f97d2
commit 03c8cd6a9d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# call from ocelot repo root with
# docker build --build-arg OCELOT_COVERALLS_TOKEN=$OCELOT_COVERALLS_TOKEN -f ./docker/Dockerfile.build .
FROM mijitt0m/ocelot-build:0.0.2
FROM mijitt0m/ocelot-build:0.0.3
ARG OCELOT_COVERALLS_TOKEN

View File

@ -1,7 +1,7 @@
# call from ocelot repo root with
# docker build --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.release .
FROM mijitt0m/ocelot-build:0.0.2
FROM mijitt0m/ocelot-build:0.0.3
ARG OCELOT_COVERALLS_TOKEN
ARG OCELOT_NUTGET_API_KEY