forked from phoenix/litellm-mirror
Update docker.yml
This commit is contained in:
parent
deb6162e78
commit
25c141a9b7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -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
|
||||
push: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue