From 6048582f9528a9e7044e198886e80f522bae1744 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 3 Apr 2024 15:13:43 -0700 Subject: [PATCH] fix do stable releases --- .github/workflows/ghcr_deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 6ec0f3008..923137aa1 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' }}, ${{ 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 }} platforms: local,linux/amd64,linux/arm64,linux/arm64/v8 @@ -288,4 +288,3 @@ jobs: } ] }' $WEBHOOK_URL -