mirror of
				https://github.com/docker/login-action.git
				synced 2025-11-01 02:30:10 +08:00 
			
		
		
		
	Merge pull request #625 from crazy-max/fix-workflow
ci: continue-on-error for public ECR on Windows
This commit is contained in:
		
						commit
						1f401f745b
					
				
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -172,6 +172,7 @@ jobs: | ||||
|         uses: actions/checkout@v4 | ||||
|       - | ||||
|         name: Login to Public ECR | ||||
|         continue-on-error: ${{ matrix.os == 'windows-latest' }} | ||||
|         uses: ./ | ||||
|         with: | ||||
|           registry: public.ecr.aws | ||||
| @ -200,7 +201,8 @@ jobs: | ||||
|           aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||||
|           aws-region: us-east-1 | ||||
|       - | ||||
|         name: Login to ECR | ||||
|         name: Login to Public ECR | ||||
|         continue-on-error: ${{ matrix.os == 'windows-latest' }} | ||||
|         uses: ./ | ||||
|         with: | ||||
|           registry: public.ecr.aws | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax