From c838b2853c0950f0ee61fcbf04ec4057e81a68bf Mon Sep 17 00:00:00 2001 From: Shaun Maher Date: Thu, 22 Feb 2024 15:41:25 +1100 Subject: [PATCH] Copy helm chart build and deploy job from ghcr_helm_deploy to ghcr_deploy. --- .github/workflows/ghcr_deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index b5826f78f..4ae0488d5 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -171,7 +171,6 @@ jobs: registry_username: ${{ github.actor }} registry_password: ${{ secrets.GITHUB_TOKEN }} update_dependencies: true - release: name: "New LiteLLM Release" needs: [docker-hub-deploy, build-and-push-image, build-and-push-image-database]