Update ghcr_deploy.yml
This commit is contained in:
parent
b36f628fc8
commit
a490326e58
7
.github/workflows/ghcr_deploy.yml
vendored
7
.github/workflows/ghcr_deploy.yml
vendored
@ -34,13 +34,6 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
tags: litellm/litellm:${{ github.event.inputs.tag || 'latest' }}
|
||||
-
|
||||
name: Build and push litellm-ui image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
file: ui/Dockerfile
|
||||
tags: litellm/litellm-ui:${{ github.event.inputs.tag || 'latest' }}
|
||||
-
|
||||
name: Build and push litellm-database image
|
||||
uses: docker/build-push-action@v5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user