(ci/cd) deploy litellm-database to docker

This commit is contained in:
ishaan-jaff 2024-01-10 14:38:17 +05:30
parent 1502478ac9
commit f63c62f6d0

View file

@ -34,6 +34,13 @@ jobs:
with:
push: true
tags: litellm/litellm:${{ github.event.inputs.tag || 'latest' }}
-
name: Build and push litellm-database image
uses: docker/build-push-action@v5
with:
push: true
file: Dockerfile.database
tags: litellm/litellm-database:${{ github.event.inputs.tag || 'latest' }}
build-and-push-image:
runs-on: ubuntu-latest
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.