Merge pull request #16 from docker/clarify-paths
Clarify dockerfile and path inputs
This commit is contained in:
		
						commit
						57a738dc67
					
				@ -86,11 +86,13 @@ Example:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### `path`
 | 
					### `path`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Path to run the docker build from. Defaults to `.`.
 | 
					Path to the build context. Defaults to `.`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### `dockerfile`
 | 
					### `dockerfile`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Name of the Dockerfile. Defaults to `{path}/Dockerfile`.
 | 
					Path to the Dockerfile. Defaults to `{path}/Dockerfile`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Note when set this path is **not** relative to the `path` input but is instead relative to the current working directory.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### `target`
 | 
					### `target`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -34,11 +34,11 @@ inputs:
 | 
				
			|||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
    default: false
 | 
					    default: false
 | 
				
			||||||
  path:
 | 
					  path:
 | 
				
			||||||
    description: Path to run docker build from
 | 
					    description: Path to the build context
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
    default: "."
 | 
					    default: "."
 | 
				
			||||||
  dockerfile:
 | 
					  dockerfile:
 | 
				
			||||||
    description: Name of the Dockerfile (Default is 'path/Dockerfile')
 | 
					    description: Path to the Dockerfile (Default is '{path}/Dockerfile')
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
  target:
 | 
					  target:
 | 
				
			||||||
    description: Sets the target stage to build
 | 
					    description: Sets the target stage to build
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user