fix do stable releases

This commit is contained in:
Ishaan Jaff 2024-04-03 15:13:43 -07:00
parent f2dfd1ebe8
commit 6048582f95

View file

@ -161,7 +161,7 @@ jobs:
context: . context: .
file: ./litellm-js/spend-logs/Dockerfile file: ./litellm-js/spend-logs/Dockerfile
push: true 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') && 'berriai/litellm-spend_logs:stable' || '' }}, tags: ${{ steps.meta-spend-logs.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta-spend-logs.outputs.tags }}-latest
labels: ${{ steps.meta-spend-logs.outputs.labels }} labels: ${{ steps.meta-spend-logs.outputs.labels }}
platforms: local,linux/amd64,linux/arm64,linux/arm64/v8 platforms: local,linux/amd64,linux/arm64,linux/arm64/v8
@ -288,4 +288,3 @@ jobs:
} }
] ]
}' $WEBHOOK_URL }' $WEBHOOK_URL