diff --git a/.github/workflows/typesense.yml b/.github/workflows/typesense.yml index 296b368..39ed76d 100644 --- a/.github/workflows/typesense.yml +++ b/.github/workflows/typesense.yml @@ -20,4 +20,4 @@ jobs: -e TYPESENSE_HOST="${{ secrets.TYPESENSE_HOST }}" \ -e TYPESENSE_PORT=443 \ -e TYPESENSE_PROTOCOL=https \ - -e "CONFIG=$(cat config/typesense.json | jq -r tostring)" typesense/docsearch-scraper:latest \ No newline at end of file + -e "CONFIG=$(cat config/typesense.json | jq -r tostring)" typesense/docsearch-scraper:0.9.1 \ No newline at end of file