This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Docker.
                            
 
	
		Summary
	
            Tag an image into a repository.
            
		
	Syntax
	public static void DockerTag(this ICakeContext context, string imageReference, string registryReference)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeMethodAliasAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext | The context. | 
					
						| imageReference | string | The image reference. | 
					
						| registryReference | string | The registry reference. | 
			
		 
	 	
	Return Value