fix typo
All checks were successful
Disk Report Image / build-and-push-ddns (push) Successful in 20s

This commit is contained in:
2026-01-22 09:57:12 -05:00
parent e570df6c1b
commit 004ccf2fb7
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,10 @@ on:
push: push:
paths: paths:
- disk_report.py - disk_report.py
- disk_report.Containerfile
- .python-version
- pyproject.toml
- uv.lock
- .gitea/workflows/disk_report.yaml - .gitea/workflows/disk_report.yaml
schedule: schedule:
- cron: '@daily' - cron: '@daily'

View File

@@ -11,4 +11,4 @@ ENV UV_NO_DEV=1
WORKDIR /app WORKDIR /app
RUN uv sync --locked RUN uv sync --locked
CMD ["uv", "run", "post_llama.py", "/input/input.txt"] CMD ["uv", "run", "disk_report.py", "/input/input.txt"]