Skip to content

Commit

Permalink
Merge pull request #30 from depot/docs/save-outputs
Browse files Browse the repository at this point in the history
docs: mention --save outputs
  • Loading branch information
goller committed Mar 4, 2024
2 parents dd623f0 + 02ed375 commit 4f8b8cc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,13 @@ The following inputs can be used as `step.with` keys and match the inputs from [

## Outputs

| Name | Type | Description |
| ---------- | ------ | --------------------- |
| `imageid` | String | Image ID |
| `digest` | String | Image digest |
| `metadata` | JSON | Build result metadata |
| Name | Type | Description |
| ------------ | ------ | --------------------- |
| `imageid` | String | Image ID |
| `digest` | String | Image digest |
| `metadata` | JSON | Build result metadata |
| `project-id` | String | Depot Project ID |
| `build-id` | String | Depot Build ID |

## Examples

Expand Down

0 comments on commit 4f8b8cc

Please sign in to comment.