mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
11 lines
186 B
Bash
11 lines
186 B
Bash
# passed through
|
|
FOO=foo_from_env_file
|
|
ENV.WITH.DOT=ok
|
|
ENV_WITH_UNDERSCORE=ok
|
|
|
|
# overridden in example2.env
|
|
BAR=bar_from_env_file
|
|
|
|
# overridden in full-example.yml
|
|
BAZ=baz_from_env_file
|