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.