mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +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/**"
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
		Reference in New Issue
	
	Block a user