Update docker workflow
All checks were successful
Build Formula10 Docker Image / build-docker (push) Successful in 14s

This commit is contained in:
2024-02-19 11:32:11 +01:00
parent 2c1eec552b
commit ce28566d8a

View File

@ -6,9 +6,11 @@ on:
paths:
- ".gitea/workflows/*"
- "Dockerfile"
- "*.py"
- "requirements.txt"
- "*.jinja"
- "*.py"
- "templates/*"
- "static/*"
jobs:
build-docker: