From a83dfa1ccf2596860858603e9c48dd62466274a2 Mon Sep 17 00:00:00 2001 From: Oscar Ward Date: Thu, 11 Apr 2024 14:44:48 -0700 Subject: [PATCH] fix: github release action indexer context --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8036a59..5ee043c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }}