Merge pull request #412 from crazy-max/metadata-file

Add `metadata` output
This commit is contained in:
CrazyMax 2021-08-20 10:28:45 +02:00 committed by GitHub
commit b0b7751850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 104 additions and 20 deletions

View file

@ -213,9 +213,10 @@ Following inputs can be used as `step.with` keys
Following outputs are available
| Name | Type | Description |
|---------------|---------|---------------------------------------|
| `digest` | String | Image content-addressable identifier also called a digest |
| Name | Type | Description |
|-------------------|---------|---------------------------------------|
| `digest` | String | Image content-addressable identifier also called a digest |
| `metadata` | JSON | Build result metadata |
## Troubleshooting