forked from phoenix/litellm-mirror
use -stable in releases
This commit is contained in:
parent
1f39acb569
commit
f37322ed10
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ghcr_deploy.yml
vendored
2
.github/workflows/ghcr_deploy.yml
vendored
|
@ -161,7 +161,7 @@ jobs:
|
|||
context: .
|
||||
file: ./litellm-js/spend-logs/Dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta-spend-logs.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta-spend-logs.outputs.tags }}-${{ 'latest' }}, ${{ contains(github.event.inputs.tag || '', 'stable') && '-stable' || '' }},
|
||||
tags: ${{ steps.meta-spend-logs.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta-spend-logs.outputs.tags }}-${{ 'latest' }}, ${{ contains(github.event.inputs.tag || '', 'stable') && 'stable' || '' }},
|
||||
labels: ${{ steps.meta-spend-logs.outputs.labels }}
|
||||
platforms: local,linux/amd64,linux/arm64,linux/arm64/v8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue