forked from phoenix/litellm-mirror
Update ghcr_deploy.yml
This commit is contained in:
parent
239f3d6029
commit
e3a44be527
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ghcr_deploy.yml
vendored
2
.github/workflows/ghcr_deploy.yml
vendored
|
@ -45,5 +45,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag }} # Add the input tag to the image tags
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue