Update ghcr_deploy.yml
This commit is contained in:
parent
19e43c8d29
commit
24bd328b70
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…
Reference in New Issue
Block a user