fix(ci): correct path for renders

This commit is contained in:
lowlighter
2022-01-18 12:46:03 -05:00
parent 81acbe19eb
commit d7a3479fc2
6 changed files with 14 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ A server with a recent version of [docker](https://www.docker.com/) is required.
The command to use is similar to the following:
```shell
docker run --env INPUT_TOKEN=**** --env INPUT_USER=user --volume=/tmp:/metrics_renders ghcr.io/lowlighter/metrics:latest
docker run --env INPUT_TOKEN=**** --env INPUT_USER=user --volume=/tmp:/renders ghcr.io/lowlighter/metrics:latest
```
To pass parameters, pass environment variable with the same name as the corresponding action option but in uppercase and prefixed with `INPUT_`.