Skip to content

Commit

Permalink
fix ghcr_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Nov 1, 2024
1 parent ceb8dd8 commit 7082c0a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ghcr_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,17 @@ 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:
REGISTRY: ghcr.io
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
Expand Down

0 comments on commit 7082c0a

Please sign in to comment.