ci: docker_tag=ext - Update config for deployment
All checks were successful
build-and-push-ext / build_push (push) Successful in 1m27s
All checks were successful
build-and-push-ext / build_push (push) Successful in 1m27s
This commit is contained in:
parent
94bffd5fdb
commit
b3d6a1fe53
@ -62,7 +62,7 @@ impl Config {
|
||||
if let Some((k, v)) = l.split_once('=') {
|
||||
let key = k.trim().to_owned();
|
||||
let value = v.trim().trim_matches('\"').to_owned();
|
||||
|
||||
|
||||
// Only insert if not already set by environment variables
|
||||
if !file_content.contains_key(&key) {
|
||||
file_content.insert(key, value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user