diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 4fa42a46e..a6f416759 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -28,7 +28,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/${{ env.REPO_NAME }} + images: ghcr.io/berriai/litellm - name: Get tag to build id: tag run: | @@ -47,4 +47,4 @@ jobs: ${{ steps.tag.outputs.latest }} ${{ steps.tag.outputs.versioned }} labels: ${{ steps.meta.outputs.labels }} - push: true \ No newline at end of file + push: true