From a490326e586e6df2580a14a2c19a9628affcc69a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 26 Jan 2024 20:29:52 -0800 Subject: [PATCH] Update ghcr_deploy.yml --- .github/workflows/ghcr_deploy.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 68f10b394..f83b3a12a 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -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