File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 6969      #  - name: Set up Docker Buildx
7070      #    uses: docker/setup-buildx-action@v3
7171
72+       - name : Log in to docker.io for authorised pulls 
73+         uses : docker/login-action@v3 
74+         with :
75+           username : ${{ vars.DOCKERHUB_USERNAME }} 
76+           password : ${{ secrets.DOCKERHUB_TOKEN }} 
77+ 
7278      - name : Log in to the Container registry 
7379        uses : docker/login-action@v3 
7480        with :
Original file line number Diff line number Diff line change 5151          replace-with : " $1-$2" 
5252          flags : " g" 
5353
54+       - name : Log in to docker.io for authorised pulls 
55+         uses : docker/login-action@v3 
56+         with :
57+           username : ${{ vars.DOCKERHUB_USERNAME }} 
58+           password : ${{ secrets.DOCKERHUB_TOKEN }} 
59+ 
5460      - name : Log in to the GHCR registry 
5561        uses : docker/login-action@v3 
5662        with :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments