Update README
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									a94448a773
								
							
						
					
					
						commit
						ecc23e5785
					
				@ -54,7 +54,7 @@ build-secrets, remote cache, etc. and different builder deployment/namespacing o
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Git context
 | 
					### Git context
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The default behavior of this action is to use the [Git context invoked by your workflow](https://github.com/docker/build-push-action/blob/master/src/context.ts#L10).
 | 
					The default behavior of this action is to use the [Git context invoked by your workflow](https://github.com/docker/build-push-action/blob/master/src/context.ts#L10-L12).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
name: ci
 | 
					name: ci
 | 
				
			||||||
@ -110,6 +110,8 @@ repository, you have to use a secret named `GIT_AUTH_TOKEN` to be able to authen
 | 
				
			|||||||
> :warning: Subdir for Git context is [not yet supported](https://github.com/docker/build-push-action/issues/120).
 | 
					> :warning: Subdir for Git context is [not yet supported](https://github.com/docker/build-push-action/issues/120).
 | 
				
			||||||
> For the moment you can use the [path context](#path-context).
 | 
					> For the moment you can use the [path context](#path-context).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					> More info: https://docs.docker.com/engine/reference/commandline/build/#git-repositories
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Path context
 | 
					### Path context
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You can also use the `PATH` context alongside the [`actions/checkout`](https://github.com/actions/checkout/) action.
 | 
					You can also use the `PATH` context alongside the [`actions/checkout`](https://github.com/actions/checkout/) action.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user