Update docker.yml
This commit is contained in:
parent
deb6162e78
commit
25c141a9b7
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…
Reference in New Issue
Block a user