(ci/cd) push to dockerhub

This commit is contained in:
ishaan-jaff
2024-01-10 13:45:01 +05:30
parent 6a6d614af2
commit 04b210705b
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
tags: user/app:latest
tags: litellm/test-litellm:latest
build-and-push-image:
runs-on: ubuntu-latest
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.