add docs and container build improvements #43

This commit is contained in:
Benson Wong
2025-02-14 12:20:07 -08:00
parent 7a97c38828
commit f20f2c9b7a
4 changed files with 93 additions and 23 deletions

View File

@@ -1,12 +1,14 @@
name: Build Containers
on:
# schedule:
# - cron: "0 11 * * *" # Runs daily at 11 AM UTC (3 AM PST)
# push:
# tags:
# - "*" # Triggers on any new tag
workflow_dispatch: # Allows manual triggering of the workflow
# 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
schedule:
- cron: "37 5 * * *"
# Allows manual triggering of the workflow
workflow_dispatch:
jobs:
build-and-push: