Skip to content

Commit 6f808bf

Browse files
authored
Update search-index-update.yml
1 parent f1ec515 commit 6f808bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/search-index-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if [ "${{ github.event.inputs.version }}" != "" ]; then
7575
echo "TAG_NAME=${{ github.event.inputs.version }}" >> $GITHUB_ENV
7676
fi;
77-
echo "image_repository_name=docs-search" >> $GITHUB_ENV
77+
echo "image_repository_name=servicestack/docs-search" >> $GITHUB_ENV
7878
echo "domain=search.docs.servicestack.net" >> $GITHUB_ENV
7979
echo "letsencrypt_email=${{ secrets.LETSENCRYPT_EMAIL }}" >> $GITHUB_ENV
8080
echo "app_name=servicestack-docs-search" >> $GITHUB_ENV

0 commit comments

Comments
 (0)