The following error appears when trying to run a Cloud Build trigger of a Dockerfile from a github repository. Of course, I can simply just make a yaml file and base the build off that, but how do I make it work with a simple Dockerfile or is there any way to supply these configurations within a Dockerfile?
Failed to trigger build: generic::invalid_argument: if 'build.service_account' is specified, the build must either (a) specify 'build.logs_bucket', (b) use the REGIONAL_USER_OWNED_BUCKET build.options.default_logs_bucket_behavior option, or (c) use either CLOUD_LOGGING_ONLY / NONE logging options