mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix ghcr deploy
This commit is contained in:
parent
7897517045
commit
4f898c9f48
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ghcr_deploy.yml
vendored
12
.github/workflows/ghcr_deploy.yml
vendored
|
@ -114,8 +114,8 @@ jobs:
|
|||
tags: |
|
||||
${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }},
|
||||
${{ steps.meta.outputs.tags }}-${{ github.event.inputs.release_type }}
|
||||
${{ github.event.inputs.release_type == 'stable' && 'litellm:main-stable' || '' }},
|
||||
${{ github.event.inputs.release_type == 'stable' && 'litellm:main-' + github.event.inputs.tag || '' }}
|
||||
${{ github.event.inputs.release_type == 'stable' && format('litellm:main-{0}', github.event.inputs.tag) || '' }},
|
||||
${{ github.event.inputs.release_type == 'stable' && 'litellm:main-stable' || '' }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: local,linux/amd64,linux/arm64,linux/arm64/v8
|
||||
|
||||
|
@ -157,8 +157,8 @@ jobs:
|
|||
tags: |
|
||||
${{ steps.meta-database.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }},
|
||||
${{ steps.meta-database.outputs.tags }}-${{ github.event.inputs.release_type }}
|
||||
${{ github.event.inputs.release_type == 'stable' && 'litellm-database:main-stable' || '' }},
|
||||
${{ github.event.inputs.release_type == 'stable' && 'litellm-database:main-' + github.event.inputs.tag || '' }}
|
||||
${{ github.event.inputs.release_type == 'stable' && format('litellm-database:main-{0}', github.event.inputs.tag) || '' }},
|
||||
${{ github.event.inputs.release_type == 'stable' && 'litellm-database:main-stable' || '' }}
|
||||
labels: ${{ steps.meta-database.outputs.labels }}
|
||||
platforms: local,linux/amd64,linux/arm64,linux/arm64/v8
|
||||
|
||||
|
@ -200,8 +200,8 @@ jobs:
|
|||
tags: |
|
||||
${{ steps.meta-non_root.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }},
|
||||
${{ steps.meta-non_root.outputs.tags }}-${{ github.event.inputs.release_type }}
|
||||
${{ github.event.inputs.release_type == 'stable' && 'litellm-non_root:main-stable' || '' }},
|
||||
${{ github.event.inputs.release_type == 'stable' && 'litellm-non_root:main-' + github.event.inputs.tag || '' }}
|
||||
${{ github.event.inputs.release_type == 'stable' && format('litellm-non_root:main-{0}', github.event.inputs.tag) || '' }},
|
||||
${{ github.event.inputs.release_type == 'stable' && 'litellm-non_root:main-stable' || '' }}
|
||||
labels: ${{ steps.meta-non_root.outputs.labels }}
|
||||
platforms: local,linux/amd64,linux/arm64,linux/arm64/v8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue