(ci/cd) only do new litellm release after success docker deploy

This commit is contained in:
ishaan-jaff
2024-01-10 13:46:59 +05:30
parent 04b210705b
commit 00030dfad6
+1
View File
@@ -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"