mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Updates to the Docker login v2 action, adds workflow level concurrency
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/cleanup-tags.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/cleanup-tags.yml
									
									
									
									
										vendored
									
									
								
							@@ -19,6 +19,10 @@ on:
 | 
				
			|||||||
      - ".github/scripts/github.py"
 | 
					      - ".github/scripts/github.py"
 | 
				
			||||||
      - ".github/scripts/common.py"
 | 
					      - ".github/scripts/common.py"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					concurrency:
 | 
				
			||||||
 | 
					  group: registry-tags-cleanup
 | 
				
			||||||
 | 
					  cancel-in-progress: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  cleanup:
 | 
					  cleanup:
 | 
				
			||||||
    name: Cleanup Image Tags
 | 
					    name: Cleanup Image Tags
 | 
				
			||||||
@@ -32,7 +36,7 @@ jobs:
 | 
				
			|||||||
        uses: actions/checkout@v3
 | 
					        uses: actions/checkout@v3
 | 
				
			||||||
      -
 | 
					      -
 | 
				
			||||||
        name: Login to Github Container Registry
 | 
					        name: Login to Github Container Registry
 | 
				
			||||||
        uses: docker/login-action@v1
 | 
					        uses: docker/login-action@v2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          registry: ghcr.io
 | 
					          registry: ghcr.io
 | 
				
			||||||
          username: ${{ github.actor }}
 | 
					          username: ${{ github.actor }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user