diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 92dcdcc2b..7b4122c69 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -136,7 +136,7 @@ jobs: labels: ${{ steps.meta-database.outputs.labels }} release: name: "New LiteLLM Release" - needs: [docker-hub-deploy, build-and-push-image, build-and-push-image-database, build-and-push-image-alpine] + needs: [docker-hub-deploy, build-and-push-image, build-and-push-image-database] runs-on: "ubuntu-latest"