We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dd9b8 commit 9a7f01bCopy full SHA for 9a7f01b
README.md
@@ -69,6 +69,12 @@ Next, any of the following optional parameters may be specified:
69
DO_THING=false
70
```
71
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
78
* `$TARGET` (default empty): a target build stage to build.
79
80
* `$TARGET_FILE` (default empty): path to a file containing the name of the
0 commit comments