@@ -158,7 +158,7 @@ jobs:
158
158
tags : |
159
159
${{ steps.meta-ee.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }},
160
160
${{ steps.meta-ee.outputs.tags }}-${{ github.event.inputs.release_type }}
161
- ${{ github.event.inputs.release_type == 'stable' && format('{0}/berriai/litellm-ee:main-{1}', env.REGISTRY, github.event.inputs.tag) || '' }},
161
+ ${{ ( github.event.inputs.release_type == 'stable' || github.event.inputs.release_type == 'rc') && format('{0}/berriai/litellm-ee:main-{1}', env.REGISTRY, github.event.inputs.tag) || '' }},
162
162
${{ github.event.inputs.release_type == 'stable' && format('{0}/berriai/litellm-ee:main-stable', env.REGISTRY) || '' }}
163
163
labels : ${{ steps.meta-ee.outputs.labels }}
164
164
platforms : local,linux/amd64,linux/arm64,linux/arm64/v8
@@ -201,7 +201,7 @@ jobs:
201
201
tags : |
202
202
${{ steps.meta-database.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }},
203
203
${{ steps.meta-database.outputs.tags }}-${{ github.event.inputs.release_type }}
204
- ${{ github.event.inputs.release_type == 'stable' && format('{0}/berriai/litellm-database:main-{1}', env.REGISTRY, github.event.inputs.tag) || '' }},
204
+ ${{ ( github.event.inputs.release_type == 'stable' || github.event.inputs.release_type == 'rc') && format('{0}/berriai/litellm-database:main-{1}', env.REGISTRY, github.event.inputs.tag) || '' }},
205
205
${{ github.event.inputs.release_type == 'stable' && format('{0}/berriai/litellm-database:main-stable', env.REGISTRY) || '' }}
206
206
labels : ${{ steps.meta-database.outputs.labels }}
207
207
platforms : local,linux/amd64,linux/arm64,linux/arm64/v8
@@ -244,7 +244,7 @@ jobs:
244
244
tags : |
245
245
${{ steps.meta-non_root.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }},
246
246
${{ steps.meta-non_root.outputs.tags }}-${{ github.event.inputs.release_type }}
247
- ${{ github.event.inputs.release_type == 'stable' && format('{0}/berriai/litellm-non_root:main-{1}', env.REGISTRY, github.event.inputs.tag) || '' }},
247
+ ${{ ( github.event.inputs.release_type == 'stable' || github.event.inputs.release_type == 'rc') && format('{0}/berriai/litellm-non_root:main-{1}', env.REGISTRY, github.event.inputs.tag) || '' }},
248
248
${{ github.event.inputs.release_type == 'stable' && format('{0}/berriai/litellm-non_root:main-stable', env.REGISTRY) || '' }}
249
249
labels : ${{ steps.meta-non_root.outputs.labels }}
250
250
platforms : local,linux/amd64,linux/arm64,linux/arm64/v8
@@ -287,7 +287,7 @@ jobs:
287
287
tags : |
288
288
${{ steps.meta-spend-logs.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }},
289
289
${{ steps.meta-spend-logs.outputs.tags }}-${{ github.event.inputs.release_type }}
290
- ${{ github.event.inputs.release_type == 'stable' && format('{0}/berriai/litellm-spend_logs:main-{1}', env.REGISTRY, github.event.inputs.tag) || '' }},
290
+ ${{ ( github.event.inputs.release_type == 'stable' || github.event.inputs.release_type == 'rc') && format('{0}/berriai/litellm-spend_logs:main-{1}', env.REGISTRY, github.event.inputs.tag) || '' }},
291
291
${{ github.event.inputs.release_type == 'stable' && format('{0}/berriai/litellm-spend_logs:main-stable', env.REGISTRY) || '' }}
292
292
platforms : local,linux/amd64,linux/arm64,linux/arm64/v8
293
293
0 commit comments