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' }}