From 04b210705bb51485ed7b8db359c655fbb9d0cabd Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 10 Jan 2024 13:45:01 +0530 Subject: [PATCH] (ci/cd) push to dockerhub --- .github/workflows/ghcr_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index ce4e7a026b..033aedb655 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -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.