fix typo
All checks were successful
Disk Report Image / build-and-push-ddns (push) Successful in 20s
All checks were successful
Disk Report Image / build-and-push-ddns (push) Successful in 20s
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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"]
|
||||||
Reference in New Issue
Block a user