Update CI workflow (docker/setup-buildx-action#14)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									cf9301c704
								
							
						
					
					
						commit
						ff910a3b64
					
				
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -37,7 +37,7 @@ jobs:
 | 
				
			|||||||
        uses: docker/setup-buildx-action@master
 | 
					        uses: docker/setup-buildx-action@master
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          version: ${{ matrix.buildx-version }}
 | 
					          version: ${{ matrix.buildx-version }}
 | 
				
			||||||
          driver-opt: network=host
 | 
					          driver-opts: network=host
 | 
				
			||||||
          buildkitd-flags: --allow-insecure-entitlement security.insecure
 | 
					          buildkitd-flags: --allow-insecure-entitlement security.insecure
 | 
				
			||||||
      -
 | 
					      -
 | 
				
			||||||
        name: Build and push
 | 
					        name: Build and push
 | 
				
			||||||
@ -93,7 +93,7 @@ jobs:
 | 
				
			|||||||
        uses: docker/setup-buildx-action@master
 | 
					        uses: docker/setup-buildx-action@master
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          version: ${{ matrix.buildx-version }}
 | 
					          version: ${{ matrix.buildx-version }}
 | 
				
			||||||
          driver-opt: network=host
 | 
					          driver-opts: network=host
 | 
				
			||||||
          buildkitd-flags: --allow-insecure-entitlement security.insecure
 | 
					          buildkitd-flags: --allow-insecure-entitlement security.insecure
 | 
				
			||||||
      -
 | 
					      -
 | 
				
			||||||
        name: Build and push
 | 
					        name: Build and push
 | 
				
			||||||
@ -150,7 +150,7 @@ jobs:
 | 
				
			|||||||
        uses: docker/setup-buildx-action@master
 | 
					        uses: docker/setup-buildx-action@master
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          version: ${{ matrix.buildx-version }}
 | 
					          version: ${{ matrix.buildx-version }}
 | 
				
			||||||
          driver-opt: network=host
 | 
					          driver-opts: network=host
 | 
				
			||||||
          buildkitd-flags: --allow-insecure-entitlement security.insecure
 | 
					          buildkitd-flags: --allow-insecure-entitlement security.insecure
 | 
				
			||||||
      -
 | 
					      -
 | 
				
			||||||
        name: Build and push
 | 
					        name: Build and push
 | 
				
			||||||
@ -198,7 +198,7 @@ jobs:
 | 
				
			|||||||
        id: buildx
 | 
					        id: buildx
 | 
				
			||||||
        uses: docker/setup-buildx-action@master
 | 
					        uses: docker/setup-buildx-action@master
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          driver-opt: network=host
 | 
					          driver-opts: network=host
 | 
				
			||||||
          buildkitd-flags: --allow-insecure-entitlement security.insecure
 | 
					          buildkitd-flags: --allow-insecure-entitlement security.insecure
 | 
				
			||||||
      -
 | 
					      -
 | 
				
			||||||
        name: Cache Docker layers
 | 
					        name: Cache Docker layers
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user