mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-30 15:35:01 +00:00
ci: fix typo
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
abc9360dc6
commit
418ba02025
1 changed files with 2 additions and 2 deletions
2
.github/workflows/image_build.yml
vendored
2
.github/workflows/image_build.yml
vendored
|
@ -227,7 +227,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
build-args: |
|
build-args: |
|
||||||
BASE_IMAGE=localai/localai:${{ steps.meta_aio_dockerhub.outputs.version }}
|
BASE_IMAGE=localai/localai:${{ steps.meta.outputs.version }}
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile.aio
|
file: ./Dockerfile.aio
|
||||||
platforms: ${{ inputs.platforms }}
|
platforms: ${{ inputs.platforms }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue