forked from phoenix/litellm-mirror
(ci/cd) deploy litellm-database to docker
This commit is contained in:
parent
1502478ac9
commit
f63c62f6d0
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ghcr_deploy.yml
vendored
7
.github/workflows/ghcr_deploy.yml
vendored
|
@ -34,6 +34,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: litellm/litellm:${{ github.event.inputs.tag || 'latest' }}
|
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:
|
build-and-push-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
|
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue