fix: build context flag

This commit is contained in:
Kevin Franklin Kim 2025-10-08 08:03:41 +02:00
parent c5222e30a8
commit b86f3315af
No known key found for this signature in database

View File

@ -114,7 +114,7 @@ func (b *Build) Build(ctx context.Context, squadron, unit string, args []string)
ListArg("--allow", b.Allow).
ListArg("--attest", b.Attest).
ListArg("--build-arg", b.BuildArg).
ListArg("--build-contet", b.BuildContext).
ListArg("--build-context", b.BuildContext).
Arg(argOverride("--builder", b.Builder, args)).
Arg(argOverride("--cache-from", b.CacheFrom, args)).
Arg(argOverride("--cache-to", b.CacheTo, args)).