From 93ee8f4f3fe433784e5fe0c233ec3175e9e49b92 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:09:59 +0200 Subject: [PATCH] readme: fix environment variable block location Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b32ecad..97179fc 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ ___ * [environment variables](#environment-variables) * [Subactions](#subactions) * [`list-targets`](#list-targets) + * [inputs](#inputs-1) + * [outputs](#outputs-1) * [Contributing](#contributing) ## Usage @@ -204,6 +206,14 @@ The following outputs are available |------------|------|-----------------------| | `metadata` | JSON | Build result metadata | +### environment variables + +| Name | Type | Default | Description | +|--------------------------------------|--------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `DOCKER_BUILD_SUMMARY` | Bool | `true` | If `false`, [build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) generation is disabled | +| `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 | +| `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` | + ## Subactions ### `list-targets` @@ -277,14 +287,6 @@ The following outputs are available |------------|----------|----------------------------| | `targets` | List/CSV | List of extracted targest | -### environment variables - -| Name | Type | Default | Description | -|--------------------------------------|--------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `DOCKER_BUILD_SUMMARY` | Bool | `true` | If `false`, [build summary](https://docs.docker.com/build/ci/github-actions/build-summary/) generation is disabled | -| `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 | -| `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` | - ## Contributing Want to contribute? Awesome! You can find information about contributing to