forked from phoenix/litellm-mirror
Update docker.yml
This commit is contained in:
parent
00481ef67e
commit
b9707bf710
1 changed files with 1 additions and 3 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -51,9 +51,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: ghcr.io/${{ env.REPO_NAME }}:${{ github.sha }}
|
||||||
${{ steps.tag.outputs.latest }}
|
|
||||||
${{ steps.tag.outputs.versioned }}
|
|
||||||
file: ./Dockerfile`
|
file: ./Dockerfile`
|
||||||
- name: Build and release Docker images
|
- name: Build and release Docker images
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue