Update ghcr_deploy.yml

This commit is contained in:
Krish Dholakia
2024-03-28 16:17:13 -07:00
committed by GitHub
parent 19e43c8d29
commit 24bd328b70
+2 -2
View File
@@ -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' }}