From 11a98a9849fdbcddfee670009fd675dcf5e31e60 Mon Sep 17 00:00:00 2001 From: gbg3 <31935320+gbg3@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:00:41 -0400 Subject: [PATCH] Updated builder image --- cloudbuild.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 8f9df1c..cb01d38 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,8 +1,9 @@ steps: -- name: 'gcr.io/cloud-builders/gcloud' +- name: 'gcr.io/google.com/cloudsdktool/google-cloud-cli' waitFor: ['-'] id: gcp-role-audit args: + - gcloud - functions - deploy - gcp-role-audit