fix(grfn/home): Don't use ecr-login for public.ecr.aws
This isn't necessary (it's all public!) and actually currently breaks pulling from our public ECR repo Change-Id: I32f0b92f5ca352f57a26d0e6c10ebf323aa006df Reviewed-on: https://cl.tvl.fyi/c/depot/+/8865 Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									ca1576a26c
								
							
						
					
					
						commit
						ba05559cdd
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -30,7 +30,6 @@
 | 
				
			||||||
  home.file.".docker/config.json".text = builtins.toJSON {
 | 
					  home.file.".docker/config.json".text = builtins.toJSON {
 | 
				
			||||||
    credHelpers = {
 | 
					    credHelpers = {
 | 
				
			||||||
      "305232526136.dkr.ecr.us-east-2.amazonaws.com" = "ecr-login";
 | 
					      "305232526136.dkr.ecr.us-east-2.amazonaws.com" = "ecr-login";
 | 
				
			||||||
      "public.ecr.aws" = "ecr-login";
 | 
					 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue