File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
2727            - name : Checkout repository 
2828              uses : actions/checkout@v4 
2929            - name : Set up QEMU 
30-               uses : docker/setup-qemu-action@v2  
30+               uses : docker/setup-qemu-action@v3  
3131              with :
3232                  platforms : arm64 
3333            - name : Set up Docker Buildx 
34-               uses : docker/setup-buildx-action@v2  
34+               uses : docker/setup-buildx-action@v3  
3535            - name : Log into registry ${{ env.REGISTRY }} 
36-               uses : docker/login-action@v2  
36+               uses : docker/login-action@v3  
3737              with :
3838                  registry : ghcr.io 
3939                  username : ${{ github.actor }} 
4040                  password : ${{ secrets.GH_TOKEN }} 
4141            - name : Build and push Docker image 
42-               uses : docker/build-push-action@v4  
42+               uses : docker/build-push-action@v5  
4343              with :
4444                  context : . 
4545                  push : ${{ github.event_name != 'pull_request' && ( github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/projects-bot' ) }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments