forked from phoenix/litellm-mirror
Update docker.yml
This commit is contained in:
parent
2f286d175c
commit
fec06ef7b4
1 changed files with 6 additions and 0 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
@ -38,6 +38,12 @@ jobs:
|
||||||
else
|
else
|
||||||
echo "versioned=ghcr.io/${{ env.REPO_NAME }}:${{ github.event.inputs.tag }}" >> $GITHUB_OUTPUT
|
echo "versioned=ghcr.io/${{ env.REPO_NAME }}:${{ github.event.inputs.tag }}" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
- name: Debug Info
|
||||||
|
run: |
|
||||||
|
echo "GHCR_TOKEN=${{ secrets.GHCR_TOKEN }}"
|
||||||
|
echo "REPO_NAME=${{ env.REPO_NAME }}"
|
||||||
|
echo "ACTOR=${{ github.actor }}"
|
||||||
|
|
||||||
- name: Build and release Docker images
|
- name: Build and release Docker images
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue