forked from phoenix/litellm-mirror
(fix) ghcr_deploy - dockerfile.database
This commit is contained in:
parent
f63c62f6d0
commit
3f813d492a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ghcr_deploy.yml
vendored
2
.github/workflows/ghcr_deploy.yml
vendored
|
@ -132,7 +132,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.database
|
file: Dockerfile.database
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta-database.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, latest
|
tags: ${{ steps.meta-database.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}
|
||||||
labels: ${{ steps.meta-database.outputs.labels }}
|
labels: ${{ steps.meta-database.outputs.labels }}
|
||||||
release:
|
release:
|
||||||
name: "New LiteLLM Release"
|
name: "New LiteLLM Release"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue