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/**"

View File

@@ -72,7 +72,7 @@ WORKDIR /root
# Using root by default is not very secure but github checkout action doesn't work with any other user
# https://github.com/actions/checkout/issues/956
# And Github Actions doc recommends using root
# https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
# https://docs.github.com/en/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions#user
# Setup conan
RUN conan remote add --insert 0 conan-non-prod http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod