Skip to content

Commit d9ec3b4

Browse files
authored
Replace version tag by lastest in README (#27)
1 parent 4648f00 commit d9ec3b4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $ docker run -t --rm \
6060
-e MEILISEARCH_HOST_URL=<your-meilisearch-host-url> \
6161
-e MEILISEARCH_API_KEY=<your-meilisearch-api-key> \
6262
-v <absolute-path-to-your-config-file>:/docs-scraper/config.json \
63-
getmeili/docs-scraper:v0.9.0 pipenv run ./docs_scraper config.json
63+
getmeili/docs-scraper:latest pipenv run ./docs_scraper config.json
6464
```
6565

6666
### In a GitHub Action
@@ -83,14 +83,16 @@ run-scraper:
8383
-e MEILISEARCH_HOST_URL=$HOST_URL \
8484
-e MEILISEARCH_API_KEY=$API_KEY \
8585
-v $CONFIG_FILE_PATH:/docs-scraper/config.json \
86-
getmeili/docs-scraper:v0.9.0 pipenv run ./docs_scraper config.json
86+
getmeili/docs-scraper:latest pipenv run ./docs_scraper config.json
8787
```
8888
89+
WARNING: We do not recommend using the `latest` image in production. Use the [release tags](https://github.com/meilisearch/docs-scraper/releases) instead.
90+
8991
Here is the [GitHub Action file](https://github.com/meilisearch/documentation/blob/master/.github/workflows/gh-pages-scraping.yml) we use in production for the MeiliSearch documentation.
9092

9193
### About the API Key
9294

93-
The API key you must provide as environment variable should have the permissions to add documents into your MeiliSearch instance.
95+
The API key you must provide as an environment variable should have the permissions to add documents into your MeiliSearch instance.
9496

9597
Thus, you need to provide the private key or the master key.
9698

0 commit comments

Comments
 (0)