File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050
5151    steps :
5252      - name : Log in to the repo's container registry 
53-         uses : docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0  
53+         uses : docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0  
5454        with :
5555          registry : ${{ env.REGISTRY }} 
5656          username : ${{ github.actor }} 
8282          echo "repositoryUri=$REPO_URI" >> $GITHUB_OUTPUT 
8383
8484name : Log in to the repo's container registry 
85-         uses : docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0  
85+         uses : docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0  
8686        with :
8787          registry : ${{ steps.repositoryUri.outputs.repositoryUri }} 
8888          username : AWS 
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ jobs:
283283
284284name : Log in to the Container registry 
285285        if : github.ref == 'refs/heads/saga' 
286-         uses : docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0  
286+         uses : docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0  
287287        with :
288288          registry : ${{ env.REGISTRY }} 
289289          username : ${{ github.actor }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments