mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-16 16:37:10 +08:00
bump compose-go to v2.4.5
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
3
vendor/github.com/compose-spec/compose-go/v2/template/variables.go
generated
vendored
3
vendor/github.com/compose-spec/compose-go/v2/template/variables.go
generated
vendored
@ -108,6 +108,9 @@ func extractVariable(value interface{}, pattern *regexp.Regexp) ([]Variable, boo
|
||||
if r >= 'A' && r <= 'Z' {
|
||||
return false
|
||||
}
|
||||
if r >= '0' && r <= '9' {
|
||||
return false
|
||||
}
|
||||
if r == '_' {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user