Skip to content

Commit 9a7f01b

Browse files
committed
Add labels envs to README.md
1 parent f9dd9b8 commit 9a7f01b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ Next, any of the following optional parameters may be specified:
6969
DO_THING=false
7070
```
7171
72+
* `$LABEL_*`: params prefixed with `LABEL_` will be set as image labels.
73+
For example `LABEL_foo=bar`, will set the `foo` label to `bar`.
74+
75+
* `$LABELS_FILE` (default empty): path to a file containing labels in
76+
the form `foo=bar`, one per line. Empty lines are skipped.
77+
7278
* `$TARGET` (default empty): a target build stage to build.
7379
7480
* `$TARGET_FILE` (default empty): path to a file containing the name of the

0 commit comments

Comments
 (0)