mirror of
				https://gitea.com/docker/build-push-action.git
				synced 2025-10-31 00:58:18 +07:00 
			
		
		
		
	Fix workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									5cec6ce786
								
							
						
					
					
						commit
						d0f7649930
					
				
							
								
								
									
										20
									
								
								.github/workflows/setup-buildx-ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								.github/workflows/setup-buildx-ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -63,25 +63,6 @@ jobs: | |||||||
|           docker build --help |           docker build --help | ||||||
| 
 | 
 | ||||||
|   driver: |   driver: | ||||||
|     runs-on: ubuntu-latest |  | ||||||
|     strategy: |  | ||||||
|       fail-fast: false |  | ||||||
|       matrix: |  | ||||||
|         driver: |  | ||||||
|           - docker-container |  | ||||||
|           - docker |  | ||||||
|     steps: |  | ||||||
|       - |  | ||||||
|         name: Checkout |  | ||||||
|         uses: actions/checkout@v2.3.1 |  | ||||||
|       - |  | ||||||
|         name: Set up Docker Buildx |  | ||||||
|         id: buildx |  | ||||||
|         uses: ./setup-buildx/ |  | ||||||
|         with: |  | ||||||
|           driver: ${{ matrix.driver }} |  | ||||||
| 
 |  | ||||||
|   driver-opt: |  | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
| @ -98,6 +79,7 @@ jobs: | |||||||
|         id: buildx |         id: buildx | ||||||
|         uses: ./setup-buildx/ |         uses: ./setup-buildx/ | ||||||
|         with: |         with: | ||||||
|  |           driver: docker-container | ||||||
|           driver-opt: ${{ matrix.driver-opt }} |           driver-opt: ${{ matrix.driver-opt }} | ||||||
| 
 | 
 | ||||||
|   with-qemu: |   with-qemu: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user