We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ec515 commit 6f808bfCopy full SHA for 6f808bf
.github/workflows/search-index-update.yml
@@ -74,7 +74,7 @@ jobs:
74
if [ "${{ github.event.inputs.version }}" != "" ]; then
75
echo "TAG_NAME=${{ github.event.inputs.version }}" >> $GITHUB_ENV
76
fi;
77
- echo "image_repository_name=docs-search" >> $GITHUB_ENV
+ echo "image_repository_name=servicestack/docs-search" >> $GITHUB_ENV
78
echo "domain=search.docs.servicestack.net" >> $GITHUB_ENV
79
echo "letsencrypt_email=${{ secrets.LETSENCRYPT_EMAIL }}" >> $GITHUB_ENV
80
echo "app_name=servicestack-docs-search" >> $GITHUB_ENV
0 commit comments