mirror of
				https://github.com/docker/login-action.git
				synced 2025-10-31 10:10:09 +08:00 
			
		
		
		
	Fix ci workflow
This commit is contained in:
		
							parent
							
								
									fda7d266a6
								
							
						
					
					
						commit
						a8bb4725ef
					
				
							
								
								
									
										22
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -15,14 +15,14 @@ jobs: | |||||||
|         logout: |         logout: | ||||||
|           - true |           - true | ||||||
|           - false |           - false | ||||||
|       steps: |     steps: | ||||||
|         - |       - | ||||||
|           name: Checkout |         name: Checkout | ||||||
|           uses: actions/checkout@v2.3.1 |         uses: actions/checkout@v2.3.1 | ||||||
|         - |       - | ||||||
|           name: Login |         name: Login | ||||||
|           uses: ./login/ |         uses: ./login/ | ||||||
|           with: |         with: | ||||||
|             username: ${{ secrets.DOCKER_USERNAME_TEST }} |           username: ${{ secrets.DOCKER_USERNAME_TEST }} | ||||||
|             password: ${{ secrets.DOCKER_PASSWORD_TEST }} |           password: ${{ secrets.DOCKER_PASSWORD_TEST }} | ||||||
|             logout: ${{ matrix.logout }} |           logout: ${{ matrix.logout }} | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax