mirror of
https://github.com/docker/bake-action.git
synced 2026-01-01 10:41:19 +01:00
Merge pull request #177 from Nithos/subaction_docs
docs: add input/output documentation for the subaction
This commit is contained in:
15
README.md
15
README.md
@@ -111,6 +111,21 @@ jobs:
|
||||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
```
|
||||
#### inputs
|
||||
|
||||
| Name | Type | Description |
|
||||
|--------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `workdir` | String | Working directory to use (defaults to `.`) |
|
||||
| `files` | List/CSV | List of [bake definition files](https://docs.docker.com/build/customize/bake/file-definition/) |
|
||||
| `target` | String | The target to use within the bake file |
|
||||
|
||||
#### outputs
|
||||
|
||||
The following outputs are available
|
||||
|
||||
| Name | Type | Description |
|
||||
|------------|----------|----------------------------|
|
||||
| `targets` | List/CSV | List of extracted targest |
|
||||
|
||||
## Customizing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user