fix ghcr_deploy

This commit is contained in:
Ishaan Jaff 2024-11-01 18:02:59 +05:30
parent ceb8dd8b57
commit 7082c0a508

View file

@ -12,6 +12,10 @@ on:
commit_hash:
description: "Commit hash"
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.
env:
@ -19,13 +23,6 @@ env:
IMAGE_NAME: ${{ github.repository }}
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.
jobs:
# print commit hash, tag, and release type