mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-29 15:04:59 +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
4
.github/workflows/image_build.yml
vendored
4
.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 }}
|
||||||
|
@ -240,4 +240,4 @@ jobs:
|
||||||
- name: job summary(AIO)
|
- name: job summary(AIO)
|
||||||
if: inputs.aio != ''
|
if: inputs.aio != ''
|
||||||
run: |
|
run: |
|
||||||
echo "Built image: ${{ steps.meta_aio.outputs.labels }}" >> $GITHUB_STEP_SUMMARY
|
echo "Built image: ${{ steps.meta_aio.outputs.labels }}" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue