chore: Capitalize Dockerfile to add support of tools (#2045)

For example, there is not syntax highlighting in GitHub, because file is
named `dockerfile` (and not Dockerfile), for example:
https://github.com/XRPLF/clio/blob/release/2.4.0/docker/ci/dockerfile

I also grep'ed dockerfile in repo and fixed some other places
This commit is contained in:
Ayaz Salikhov
2025-04-28 16:05:37 +01:00
committed by GitHub
parent 424af5dfe0
commit 7c55529c90
5 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ on:
push:
branches: [develop]
paths:
# CI image must update when either its dockerfile changes
# CI image must update when either its Dockerfile changes
# or any compilers changed and were pushed by hand
- "docker/ci/**"
- "docker/compilers/**"