Skip to content

Commit

Permalink
fix: github release action indexer context
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Ward committed Apr 11, 2024
1 parent 1985d20 commit a83dfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
- name: Build and push the image
uses: docker/build-push-action@v2
with:
context: ./parser
context: ./indexer
push: true
tags: ghcr.io/${{ github.repository }}/indexer:${{ github.ref_name }}

0 comments on commit a83dfa1

Please sign in to comment.