mirror of
				https://github.com/docker/login-action.git
				synced 2025-10-31 18:20:10 +08:00 
			
		
		
		
	Test login against ACR
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									75e7be0db4
								
							
						
					
					
						commit
						9376d24995
					
				
							
								
								
									
										14
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -36,6 +36,20 @@ jobs: | |||||||
|           docker image prune -a -f >/dev/null 2>&1 |           docker image prune -a -f >/dev/null 2>&1 | ||||||
|           docker pull ghcr.io/docker-ghactiontest/test |           docker pull ghcr.io/docker-ghactiontest/test | ||||||
| 
 | 
 | ||||||
|  |   acr: | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     steps: | ||||||
|  |       - | ||||||
|  |         name: Checkout | ||||||
|  |         uses: actions/checkout@v2 | ||||||
|  |       - | ||||||
|  |         name: Login to ACR | ||||||
|  |         uses: ./ | ||||||
|  |         with: | ||||||
|  |           registry: ${{ secrets.AZURE_REGISTRY_NAME }}.azurecr.io | ||||||
|  |           username: ${{ secrets.AZURE_CLIENT_ID }} | ||||||
|  |           password: ${{ secrets.AZURE_CLIENT_SECRET }} | ||||||
|  | 
 | ||||||
|   dockerhub: |   dockerhub: | ||||||
|     runs-on: ${{ matrix.os }} |     runs-on: ${{ matrix.os }} | ||||||
|     strategy: |     strategy: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax