From 66f579f923d292ebadad430bcd280e0fdd5943ff Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 4 Apr 2024 18:06:17 -0700 Subject: [PATCH] stable releases - ci/cd --- .github/workflows/ghcr_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index f3ac013ea..6ed345705 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -30,6 +30,7 @@ jobs: echo "type_release=stable" >> $GITHUB_ENV else echo "type_release=latest" >> $GITHUB_ENV + docker-hub-deploy: if: github.repository == 'BerriAI/litellm' runs-on: ubuntu-latest