CI: Pin the google/cloud-sdk image (#69037)

This commit is contained in:
Horst Gutmann
2023-05-25 10:17:24 +03:00
committed by GitHub
parent 863f826e62
commit f22d1d14a0
3 changed files with 48 additions and 46 deletions
+2 -1
View File
@@ -13,6 +13,7 @@ load(
"build_plugins_step",
"build_storybook_step",
"clone_enterprise_step",
"cloudsdk_image",
"compile_build_cmd",
"copy_packages_for_docker_step",
"download_grabpl_step",
@@ -816,7 +817,7 @@ def verify_release_pipeline(
step = {
"name": "gsutil-stat",
"depends_on": ["clone"],
"image": "google/cloud-sdk",
"image": cloudsdk_image,
"environment": {
"BUCKET": bucket,
"GCP_KEY": gcp_key,