Skip to content

Commit 64c75a2

Browse files
authored
ci: enable retries for kaniko (#8558)
Related to #6438 This might (or might not) fix the rare kaniko flakes we see. But I imagine it almost certainly cannot hurt.
1 parent 2a86439 commit 64c75a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/cloudbuild/cloudbuild.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ steps:
7070
'--cache=true',
7171
'--destination=gcr.io/${PROJECT_ID}/${_IMAGE}:${BUILD_ID}',
7272
'--push-retry=3',
73+
'--image-fs-extract-retry=3'
7374
]
7475

7576
# Pull the docker image. The step running 'ci/cloud/build.sh' would do this

0 commit comments

Comments
 (0)