forked from phoenix/litellm-mirror
add step to ghcr deploy
This commit is contained in:
parent
fe7e68adc8
commit
48419ca8bc
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ghcr_deploy.yml
vendored
8
.github/workflows/ghcr_deploy.yml
vendored
|
@ -21,6 +21,14 @@ env:
|
||||||
|
|
||||||
# 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:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
echo "Commit hash: ${{ github.event.inputs.commit_hash }}"
|
||||||
|
echo "Tag: ${{ github.event.inputs.tag }}"
|
||||||
|
echo "Release type: ${{ github.event.inputs.release_type }}"
|
||||||
docker-hub-deploy:
|
docker-hub-deploy:
|
||||||
if: github.repository == 'BerriAI/litellm'
|
if: github.repository == 'BerriAI/litellm'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue