mirror of
				https://github.com/docker/build-push-action.git
				synced 2025-11-04 00:10:55 +00:00 
			
		
		
		
	Merge pull request #798 from docker/e2e-enable-debug
e2e: enable buildkit container logs
This commit is contained in:
		
				commit
				
					
						fd7264830a
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								.github/workflows/e2e.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/e2e.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -88,6 +88,7 @@ jobs:
 | 
				
			||||||
        uses: docker/setup-buildx-action@v2
 | 
					        uses: docker/setup-buildx-action@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          version: ${{ inputs.buildx-version || env.BUILDX_VERSION }}
 | 
					          version: ${{ inputs.buildx-version || env.BUILDX_VERSION }}
 | 
				
			||||||
 | 
					          buildkitd-flags: --debug
 | 
				
			||||||
          driver-opts: |
 | 
					          driver-opts: |
 | 
				
			||||||
            image=${{ inputs.buildkit-image || env.BUILDKIT_IMAGE }}
 | 
					            image=${{ inputs.buildkit-image || env.BUILDKIT_IMAGE }}
 | 
				
			||||||
      -
 | 
					      -
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue