From 24bd328b703d80e4b201bb2de5e6444031583d87 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Thu, 28 Mar 2024 16:17:13 -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 566199c8a6..c2e36e2c41 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -44,11 +44,11 @@ jobs: file: Dockerfile.database tags: litellm/litellm-database:${{ github.event.inputs.tag || 'latest' }} - - name: Build and push litellm-database image + name: Build and push litellm-spend-logs image uses: docker/build-push-action@v5 with: push: true - context: ./litellm-js/spend-logs + context: litellm-js/spend-logs file: Dockerfile tags: litellm/litellm-spend_logs:${{ github.event.inputs.tag || 'latest' }}