We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a687b commit b3f5e98Copy full SHA for b3f5e98
ci/cloudbuild/cloudbuild.yaml
@@ -74,8 +74,9 @@ steps:
74
'--cache=true',
75
'--destination=gcr.io/${PROJECT_ID}/${_IMAGE}:${BUILD_ID}',
76
'--push-retry=3',
77
- '--image-fs-extract-retry=3'
78
- ]
+ '--image-fs-extract-retry=3',
+ '--image-download-retry=3'
79
+]
80
81
# Pull the docker image. The step running 'ci/cloud/build.sh' would do this
82
# automatically, and also fill the log with about 2-3 pages of noise.
0 commit comments