We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0a5ec commit a38a6b0Copy full SHA for a38a6b0
.github/workflows/search-index-update.yml
@@ -89,6 +89,13 @@ jobs:
89
echo "TYPESENSE_API_KEY=${{ env.typesense_api_key }}" >> .env
90
cp search-server/typesense-server/docker-compose.yml ./
91
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
+
99
- name: Build and push Docker images
100
uses: docker/build-push-action@v3
101
if: ${{ github.event.inputs.version == '' || github.event.inputs.version == 'latest' }}
0 commit comments