Update docker/login-action action to v3
This commit is contained in:
		
					parent
					
						
							
								1e7a0af426
							
						
					
				
			
			
				commit
				
					
						40634fc807
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@ jobs:
 | 
				
			||||||
        id: metadata
 | 
					        id: metadata
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          images: git.hamburg.ccc.de/${{ github.repository }}/pretix
 | 
					          images: git.hamburg.ccc.de/${{ github.repository }}/pretix
 | 
				
			||||||
      - uses: docker/login-action@v1
 | 
					      - uses: docker/login-action@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          registry: git.hamburg.ccc.de
 | 
					          registry: git.hamburg.ccc.de
 | 
				
			||||||
          username: ${{ github.actor }}
 | 
					          username: ${{ github.actor }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue