cicd: change dind to simple docker
This commit is contained in:
		
							parent
							
								
									e63f0dfd0a
								
							
						
					
					
						commit
						0f5816b04f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -21,7 +21,7 @@ services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: setup_image
 | 
					  - name: setup_image
 | 
				
			||||||
    image: docker:dind
 | 
					    image: docker:latest
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
    - name: dockersock
 | 
					    - name: dockersock
 | 
				
			||||||
      path: /var/run/docker.sock
 | 
					      path: /var/run/docker.sock
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue