mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
11 lines
198 B
Plaintext
11 lines
198 B
Plaintext
# passed through
|
|
FOO=foo_from_label_file
|
|
LABEL.WITH.DOT=ok
|
|
LABEL_WITH_UNDERSCORE=ok
|
|
|
|
# overridden in example2.label
|
|
BAR=bar_from_label_file
|
|
|
|
# overridden in full-example.yml
|
|
BAZ=baz_from_label_file
|