I try to create a deployment in GKE from BitBucket repository with "New container image" option.
Create a deployment Building a container image
But I receive ERROR: Timed out when my container is building.
Execution details Timed out error
Additionaly I tryed to set params, but it did not help:
gcloud config set app/cloud_build_timeout 1600
gcloud config set builds/timeout 1600
gcloud config set container/build_timeout 1600
How can I change the limit in Cloud Build ws GKE if I don't have access to cloudbuild.yaml config file with GKE Workloads pipeline?