(fix) ci/cd use v prefix for container releases

This commit is contained in:
ishaan-jaff 2024-01-06 15:27:53 +05:30
parent 2fb922a469
commit 9002c06cd5

View file

@ -145,7 +145,7 @@ jobs:
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: Bearer $GITHUB_TOKEN" \
"https://api.github.com/repos/BerriAI/litellm/actions/workflows/ghcr_deploy.yml/dispatches" \
-d "{\"ref\":\"main\", \"inputs\":{\"tag\":\"${VERSION}\"}}"
-d "{\"ref\":\"main\", \"inputs\":{\"tag\":\"v${VERSION}\"}}"
workflows:
version: 2