Skip to content

Commit ed4ce23

Browse files
committed
chore(deps): pin gcr.io/google.com/cloudsdktool/cloud-sdk docker tag to fbc4b76
1 parent 30817a8 commit ed4ce23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/cloudbuild/cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ steps:
138138
]
139139

140140
# Remove the image created by this build.
141-
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
141+
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk@sha256:fbc4b76c34c8e2847a83f9bfcf445daa6a231a818a470b218f15bec8c1cb1a00'
142142
id: 'remove-image'
143143
allowFailure: true
144144
entrypoint: 'bash'
@@ -150,7 +150,7 @@ steps:
150150
151151
# Cancels in-progress builds for previous commits in the current PR so we can
152152
# free up resources to start running the builds for the new commit.
153-
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
153+
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk@sha256:fbc4b76c34c8e2847a83f9bfcf445daa6a231a818a470b218f15bec8c1cb1a00'
154154
id: 'cancel-in-progress-builds-for-PR'
155155
allowFailure: true
156156
waitFor: [ '-' ]

0 commit comments

Comments
 (0)