diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 033aedb655..0355690f97 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -129,6 +129,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] runs-on: "ubuntu-latest"