Skip to content

Commit 93ee8f4

Browse files
committed
readme: fix environment variable block location
Signed-off-by: CrazyMax <[email protected]>
1 parent dbdf67d commit 93ee8f4

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ ___
2323
* [environment variables](#environment-variables)
2424
* [Subactions](#subactions)
2525
* [`list-targets`](#list-targets)
26+
* [inputs](#inputs-1)
27+
* [outputs](#outputs-1)
2628
* [Contributing](#contributing)
2729

2830
## Usage
@@ -204,6 +206,14 @@ The following outputs are available
204206
|------------|------|-----------------------|
205207
| `metadata` | JSON | Build result metadata |
206208

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+
207217
## Subactions
208218

209219
### `list-targets`
@@ -277,14 +287,6 @@ The following outputs are available
277287
|------------|----------|----------------------------|
278288
| `targets` | List/CSV | List of extracted targest |
279289

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-
288290
## Contributing
289291

290292
Want to contribute? Awesome! You can find information about contributing to

0 commit comments

Comments
 (0)