cicd: attempt fix
This commit is contained in:
		
							parent
							
								
									4bf1d0e24c
								
							
						
					
					
						commit
						cbcc23a710
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -24,7 +24,7 @@ services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: setup_image
 | 
					  - name: setup_image
 | 
				
			||||||
    image: docker:latest
 | 
					    image: docker:dind
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done
 | 
					      - until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done
 | 
				
			||||||
      - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
 | 
					      - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue