Skip to content

Commit a38a6b0

Browse files
authored
Update search-index-update.yml
1 parent 6a0a5ec commit a38a6b0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ jobs:
8989
echo "TYPESENSE_API_KEY=${{ env.typesense_api_key }}" >> .env
9090
cp search-server/typesense-server/docker-compose.yml ./
9191
92+
- name: Login to GitHub Container Registry
93+
uses: docker/login-action@v2
94+
with:
95+
registry: ghcr.io
96+
username: ${{ github.actor }}
97+
password: ${{ secrets.GITHUB_TOKEN }}
98+
9299
- name: Build and push Docker images
93100
uses: docker/build-push-action@v3
94101
if: ${{ github.event.inputs.version == '' || github.event.inputs.version == 'latest' }}

0 commit comments

Comments
 (0)