mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-10-31 23:17:27 +00:00 
			
		
		
		
	enable docker build kit (#1126)
This commit is contained in:
		
							parent
							
								
									92b36b09f5
								
							
						
					
					
						commit
						9c6002471b
					
				| @ -109,7 +109,7 @@ jobs: | |||||||
|           version: 20.10.11 |           version: 20.10.11 | ||||||
|       - run: |       - run: | ||||||
|           name: Build Docker image |           name: Build Docker image | ||||||
|           command: docker build -t $IMAGE_NAME:$CIRCLE_BRANCH . |           command: DOCKER_BUILDKIT=1 docker build -t $IMAGE_NAME:$CIRCLE_BRANCH . | ||||||
|       - run: |       - run: | ||||||
|           name: Publish Docker Image to Docker Hub |           name: Publish Docker Image to Docker Hub | ||||||
|           command: | |           command: | | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Nick DeLuca
						Nick DeLuca