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: | ||||
|           - true | ||||
|           - false | ||||
|       steps: | ||||
|         - | ||||
|           name: Checkout | ||||
|           uses: actions/checkout@v2.3.1 | ||||
|         - | ||||
|           name: Login | ||||
|           uses: ./login/ | ||||
|           with: | ||||
|             username: ${{ secrets.DOCKER_USERNAME_TEST }} | ||||
|             password: ${{ secrets.DOCKER_PASSWORD_TEST }} | ||||
|             logout: ${{ matrix.logout }} | ||||
|     steps: | ||||
|       - | ||||
|         name: Checkout | ||||
|         uses: actions/checkout@v2.3.1 | ||||
|       - | ||||
|         name: Login | ||||
|         uses: ./login/ | ||||
|         with: | ||||
|           username: ${{ secrets.DOCKER_USERNAME_TEST }} | ||||
|           password: ${{ secrets.DOCKER_PASSWORD_TEST }} | ||||
|           logout: ${{ matrix.logout }} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax