The BuildxCLI build command requires the secrets argument to be set, but docker buildx build does not actually require a --secret flag to be set to successfully run. Making secrets optional would bring this behavior in line with the docker buildx build command
The BuildxCLI build command requires the secrets argument to be set, but
docker buildx build
does not actually require a--secret
flag to be set to successfully run. Making secrets optional would bring this behavior in line with the docker buildx build command