diff --git a/ci/cloudbuild/cloudbuild.yaml b/ci/cloudbuild/cloudbuild.yaml index 2590eeccf081d..a305a9103277f 100644 --- a/ci/cloudbuild/cloudbuild.yaml +++ b/ci/cloudbuild/cloudbuild.yaml @@ -138,7 +138,7 @@ steps: ] # Remove the image created by this build. -- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk@sha256:2e480d7977829f1534665da1fffd98170f5345d0a6322b369b0fe08a932ce574' +- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk@sha256:bc341c1215dfd18be9cab1dcf1321d583865225fae3e37f4b1ac1a5fdb392262' id: 'remove-image' allowFailure: true entrypoint: 'bash' @@ -150,7 +150,7 @@ steps: # Cancels in-progress builds for previous commits in the current PR so we can # free up resources to start running the builds for the new commit. -- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk@sha256:2e480d7977829f1534665da1fffd98170f5345d0a6322b369b0fe08a932ce574' +- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk@sha256:bc341c1215dfd18be9cab1dcf1321d583865225fae3e37f4b1ac1a5fdb392262' id: 'cancel-in-progress-builds-for-PR' allowFailure: true waitFor: [ '-' ]