mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Update ghcr_deploy.yml
This commit is contained in:
parent
19e43c8d29
commit
24bd328b70
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ghcr_deploy.yml
vendored
4
.github/workflows/ghcr_deploy.yml
vendored
|
|
@ -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' }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue