From 2ce015198a5841be0cfc6dd96f3ed29962021a06 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Thu, 20 Jun 2024 19:02:53 +0800 Subject: [PATCH] ci: use tagged image --- .github/workflows/typesense.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typesense.yml b/.github/workflows/typesense.yml index 296b3681..39ed76d4 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