fix support for ssh key from CLI flags

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2025-01-27 10:03:26 +01:00 committed by Guillaume Lours
parent 23351ece81
commit 4b70ff0ccd
4 changed files with 114 additions and 42 deletions

View file

@ -155,6 +155,8 @@ type BuildOptions struct {
Memory int64
// Builder name passed in the command line
Builder string
// Compatibility let compose run with best backward compatibility
Compatibility bool
}
// Apply mutates project according to build options