File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201          mkdir "${{ runner.temp }}/build" 
202202          tar -xz -f ${{steps.download.outputs.download-path}}/clair-${{ needs.config.outputs.version }}.tar.gz --strip-components=1 -C "${{ runner.temp }}/build" 
203203       - name : Build Container 
204-         uses : docker/build-push-action@v5  
204+         uses : docker/build-push-action@v6  
205205        with :
206206          cache-from : type=gha 
207207          cache-to : type=gha,mode=max 
Original file line number Diff line number Diff line change 7676          mkdir "${{ runner.temp }}/build" 
7777          git archive --add-file=go.mod --add-file=go.sum origin/main | 
7878            tar -x -C "${{ runner.temp }}/build" 
79-        - uses : docker/build-push-action@v5  
79+        - uses : docker/build-push-action@v6  
8080        if : steps.novelty.outputs.cache-hit != 'true' 
8181        with :
8282          cache-from : type=gha 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments