Fix paths in GitHub Actions workflow trigger for Docker build
All checks were successful
Build Docker Image / build (push) Successful in 11s

This commit is contained in:
2025-12-16 09:42:27 +01:00
parent 4d7ab9138d
commit 4178864d33

View File

@@ -4,9 +4,9 @@ on:
branches:
- main
paths:
- /Dockerfile
- /entrypoint.sh
- /.gitea/workflows/build.yml
- Dockerfile
- entrypoint.sh
- .gitea/workflows/build.yml
jobs:
build: