Bump build-push-action to 6.18.0
This commit is contained in:
		
							parent
							
								
									d9826e5244
								
							
						
					
					
						commit
						0e6b43ac4e
					
				| 
						 | 
					@ -36,8 +36,8 @@ runs:
 | 
				
			||||||
        driver-opts: image=moby/buildkit:v0.10.6
 | 
					        driver-opts: image=moby/buildkit:v0.10.6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Build controller image
 | 
					    - name: Build controller image
 | 
				
			||||||
      # https://github.com/docker/build-push-action/releases/tag/v6.15.0
 | 
					      # https://github.com/docker/build-push-action/releases/tag/v6.18.0
 | 
				
			||||||
      uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
 | 
					      uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        file: Dockerfile
 | 
					        file: Dockerfile
 | 
				
			||||||
        platforms: linux/amd64
 | 
					        platforms: linux/amd64
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -93,8 +93,8 @@ jobs:
 | 
				
			||||||
          password: ${{ secrets.GITHUB_TOKEN }}
 | 
					          password: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build & push controller image
 | 
					      - name: Build & push controller image
 | 
				
			||||||
        # https://github.com/docker/build-push-action/releases/tag/v6.15.0
 | 
					        # https://github.com/docker/build-push-action/releases/tag/v6.18.0
 | 
				
			||||||
        uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
 | 
					        uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          file: Dockerfile
 | 
					          file: Dockerfile
 | 
				
			||||||
          platforms: linux/amd64,linux/arm64
 | 
					          platforms: linux/amd64,linux/arm64
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -75,8 +75,8 @@ jobs:
 | 
				
			||||||
          version: latest
 | 
					          version: latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build controller image
 | 
					      - name: Build controller image
 | 
				
			||||||
        # https://github.com/docker/build-push-action/releases/tag/v6.15.0
 | 
					        # https://github.com/docker/build-push-action/releases/tag/v6.18.0
 | 
				
			||||||
        uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
 | 
					        uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
 | 
				
			||||||
        if: steps.list-changed.outputs.changed == 'true'
 | 
					        if: steps.list-changed.outputs.changed == 'true'
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          file: Dockerfile
 | 
					          file: Dockerfile
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -123,8 +123,8 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      # Unstable builds - run at your own risk
 | 
					      # Unstable builds - run at your own risk
 | 
				
			||||||
      - name: Build and Push
 | 
					      - name: Build and Push
 | 
				
			||||||
        # https://github.com/docker/build-push-action/releases/tag/v6.15.0
 | 
					        # https://github.com/docker/build-push-action/releases/tag/v6.18.0
 | 
				
			||||||
        uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4
 | 
					        uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          context: .
 | 
					          context: .
 | 
				
			||||||
          file: ./Dockerfile
 | 
					          file: ./Dockerfile
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue