diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 923137aa1..1f637182c 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -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 + 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' || '' }}, labels: ${{ steps.meta-spend-logs.outputs.labels }} platforms: local,linux/amd64,linux/arm64,linux/arm64/v8 @@ -288,3 +288,4 @@ jobs: } ] }' $WEBHOOK_URL +