From f40c37161bc1b4ff50cde214ef567bce777e4d73 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Thu, 28 Mar 2024 16:34:46 -0700 Subject: [PATCH] Update ghcr_deploy.yml --- .github/workflows/ghcr_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 836656a2e..bf86261e6 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -159,8 +159,8 @@ jobs: - name: Build and push Database Docker image uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: - context: "https://github.com/BerriAI/litellm/litellm-js/spend-logs" - file: Dockerfile + context: . + file: ./litellm-js/spend-logs/Dockerfile push: true tags: ${{ steps.meta-spend-logs.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta-spend-logs.outputs.tags }}-latest labels: ${{ steps.meta-spend-logs.outputs.labels }}