Update docker/build-push-action action to v5 (#27120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									06444c86c7
								
							
						
					
					
						commit
						cf9230fa1c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/build-container-image.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-container-image.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -83,7 +83,7 @@ jobs:
 | 
				
			||||||
          tags: ${{ inputs.tags }}
 | 
					          tags: ${{ inputs.tags }}
 | 
				
			||||||
          labels: ${{ inputs.labels }}
 | 
					          labels: ${{ inputs.labels }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: docker/build-push-action@v4
 | 
					      - uses: docker/build-push-action@v5
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          context: .
 | 
					          context: .
 | 
				
			||||||
          build-args: |
 | 
					          build-args: |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue