mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
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:
2
.github/workflows/update_docker_ci.yml
vendored
2
.github/workflows/update_docker_ci.yml
vendored
@@ -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/**"
|
||||
|
||||
Reference in New Issue
Block a user