cicd: add dind service
This commit is contained in:
		
							parent
							
								
									9295fc2078
								
							
						
					
					
						commit
						2b2839c142
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -12,6 +12,8 @@ workspace:
 | 
			
		|||
steps:
 | 
			
		||||
  - name: setup_image
 | 
			
		||||
    image: docker:latest
 | 
			
		||||
    services:
 | 
			
		||||
      - docker:dind
 | 
			
		||||
    commands:
 | 
			
		||||
      - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue