You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-74
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ ___
22
22
*[outputs](#outputs)
23
23
*[environment variables](#environment-variables)
24
24
*[Subactions](#subactions)
25
-
*[`list-targets`](#list-targets)
25
+
*[`list-targets`](subaction/list-targets)
26
26
*[Contributing](#contributing)
27
27
28
28
## Usage
@@ -204,79 +204,6 @@ The following outputs are available
204
204
|------------|------|-----------------------|
205
205
| `metadata` | JSON | Build result metadata |
206
206
207
-
## Subactions
208
-
209
-
### `list-targets`
210
-
211
-
This subaction generates a list of Bake targets that can be used in a [GitHub matrix](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix),
212
-
so you can distribute your builds across multiple runners.
| `targets` | List/CSV | List of extracted targest |
279
-
280
207
### environment variables
281
208
282
209
| Name | Type | Default | Description |
@@ -285,6 +212,10 @@ The following outputs are available
285
212
| `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
213
| `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
214
215
+
## Subactions
216
+
217
+
* [`list-targets`](subaction/list-targets)
218
+
288
219
## Contributing
289
220
290
221
Want to contribute? Awesome! You can find information about contributing to
This subaction generates a list of Bake targets that can be used in a [GitHub matrix](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix),
4
+
so you can distribute your builds across multiple runners.
0 commit comments