Update ghcr_deploy.yml

This commit is contained in:
Ishaan Jaff
2024-01-26 20:29:52 -08:00
committed by GitHub
parent b36f628fc8
commit a490326e58
-7
View File
@@ -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