mirror of
				https://github.com/docker/build-push-action.git
				synced 2025-11-04 00:10:55 +00:00 
			
		
		
		
	chore(deps): Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
					parent
					
						
							
								0565240e2d
							
						
					
				
			
			
				commit
				
					
						8026f009fc
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/.e2e-run.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/.e2e-run.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -101,7 +101,7 @@ jobs:
 | 
				
			||||||
      -
 | 
					      -
 | 
				
			||||||
        name: Login to Registry
 | 
					        name: Login to Registry
 | 
				
			||||||
        if: github.event_name != 'pull_request' && (env.REGISTRY_USER || inputs.username_secret) != ''
 | 
					        if: github.event_name != 'pull_request' && (env.REGISTRY_USER || inputs.username_secret) != ''
 | 
				
			||||||
        uses: docker/login-action@v2
 | 
					        uses: docker/login-action@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          registry: ${{ env.REGISTRY_FQDN || inputs.registry }}
 | 
					          registry: ${{ env.REGISTRY_FQDN || inputs.registry }}
 | 
				
			||||||
          username: ${{ env.REGISTRY_USER || secrets[inputs.username_secret] }}
 | 
					          username: ${{ env.REGISTRY_USER || secrets[inputs.username_secret] }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue