forked from phoenix/litellm-mirror
fix ghcr_deploy
This commit is contained in:
parent
ceb8dd8b57
commit
7082c0a508
1 changed files with 4 additions and 7 deletions
11
.github/workflows/ghcr_deploy.yml
vendored
11
.github/workflows/ghcr_deploy.yml
vendored
|
@ -12,6 +12,10 @@ on:
|
||||||
commit_hash:
|
commit_hash:
|
||||||
description: "Commit hash"
|
description: "Commit hash"
|
||||||
required: true
|
required: true
|
||||||
|
image_tag:
|
||||||
|
description: 'Custom image tag name'
|
||||||
|
required: false
|
||||||
|
default: '' # Empty default means we'll use PR-based naming
|
||||||
|
|
||||||
# Defines two custom environment variables for the workflow. Used for the Container registry domain, and a name for the Docker image that this workflow builds.
|
# Defines two custom environment variables for the workflow. Used for the Container registry domain, and a name for the Docker image that this workflow builds.
|
||||||
env:
|
env:
|
||||||
|
@ -19,13 +23,6 @@ env:
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
CHART_NAME: litellm-helm
|
CHART_NAME: litellm-helm
|
||||||
|
|
||||||
# Add workflow input
|
|
||||||
inputs:
|
|
||||||
image_tag:
|
|
||||||
description: 'Custom image tag name'
|
|
||||||
required: false
|
|
||||||
default: '' # Empty default means we'll use PR-based naming
|
|
||||||
|
|
||||||
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
|
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
|
||||||
jobs:
|
jobs:
|
||||||
# print commit hash, tag, and release type
|
# print commit hash, tag, and release type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue