|
23 | 23 | * [environment variables](#environment-variables)
|
24 | 24 | * [Subactions](#subactions)
|
25 | 25 | * [`list-targets`](#list-targets)
|
| 26 | + * [inputs](#inputs-1) |
| 27 | + * [outputs](#outputs-1) |
26 | 28 | * [Contributing](#contributing)
|
27 | 29 |
|
28 | 30 | ## Usage
|
@@ -204,6 +206,14 @@ The following outputs are available
|
204 | 206 | |------------|------|-----------------------|
|
205 | 207 | | `metadata` | JSON | Build result metadata |
|
206 | 208 |
|
| 209 | +### environment variables |
| 210 | + |
| 211 | +| Name | Type | Default | Description | |
| 212 | +|--------------------------------------|--------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 213 | +| `DOCKER_BUILD_SUMMARY` | Bool | `true` | If `false`, [build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) generation is disabled | |
| 214 | +| `DOCKER_BUILD_RECORD_UPLOAD` | Bool | `true` | If `false`, build record upload as [GitHub artifact](https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts) is disabled | |
| 215 | +| `DOCKER_BUILD_RECORD_RETENTION_DAYS` | Number | | Duration after which build record artifact will expire in days. Defaults to repository/org [retention settings](https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#artifact-and-log-retention-policy) if unset or `0` | |
| 216 | + |
207 | 217 | ## Subactions
|
208 | 218 |
|
209 | 219 | ### `list-targets`
|
@@ -277,14 +287,6 @@ The following outputs are available
|
277 | 287 | |------------|----------|----------------------------|
|
278 | 288 | | `targets` | List/CSV | List of extracted targest |
|
279 | 289 |
|
280 |
| -### environment variables |
281 |
| - |
282 |
| -| Name | Type | Default | Description | |
283 |
| -|--------------------------------------|--------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
284 |
| -| `DOCKER_BUILD_SUMMARY` | Bool | `true` | If `false`, [build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) generation is disabled | |
285 |
| -| `DOCKER_BUILD_RECORD_UPLOAD` | Bool | `true` | If `false`, build record upload as [GitHub artifact](https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts) is disabled | |
286 |
| -| `DOCKER_BUILD_RECORD_RETENTION_DAYS` | Number | | Duration after which build record artifact will expire in days. Defaults to repository/org [retention settings](https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#artifact-and-log-retention-policy) if unset or `0` | |
287 |
| - |
288 | 290 | ## Contributing
|
289 | 291 |
|
290 | 292 | Want to contribute? Awesome! You can find information about contributing to
|
|
0 commit comments