update container build action

This commit is contained in:
Benson Wong
2025-02-18 09:59:06 -08:00
parent f5a2be698d
commit 4ed58fb173
3 changed files with 12 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ name: Build Containers
on:
# time has no specific meaning, trying to time it after
# the llama.cpp daily packages are published
# https://github.com/ggerganov/llama.cpp/blob/master/.github/workflows/docker.yml
# https://github.com/ggml-org/llama.cpp/blob/master/.github/workflows/docker.yml
schedule:
- cron: "37 5 * * *"
@@ -31,4 +31,4 @@ jobs:
- name: Run build-container
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./docker/build-container.sh ${{ matrix.platform }}
run: ./docker/build-container.sh ${{ matrix.platform }} true