You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Update docker/login-action action to v2 (#7286)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/github-actions-main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/github-actions-main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -79,7 +79,7 @@ jobs: | ||||
|       # Login to Docker only if we're on a server release tag. If we run this on | ||||
|       # a pull request it will fail because the PR doesn't have access to | ||||
|       # secrets | ||||
|       - uses: docker/login-action@v1 | ||||
|       - uses: docker/login-action@v2 | ||||
|         if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/server-v') | ||||
|         with: | ||||
|           username: ${{ secrets.DOCKERHUB_USERNAME }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user