Skip to content

Commit e670746

Browse files
committed
update kaniko and use --push-retry flag
1 parent 235164d commit e670746

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
@@ -62,14 +62,14 @@ logsBucket: 'gs://${_LOGS_BUCKET}/logs/google-cloud-cpp/${_TRIGGER_SOURCE}/${COM
6262

6363
steps:
6464
# Builds the docker image that will be used by the main build step.
65-
- name: 'gcr.io/kaniko-project/executor:edge'
65+
- name: 'gcr.io/kaniko-project/executor:v1.6.0-debug'
6666
args: [
6767
'--log-format=text',
68-
'--push-retry=3',
6968
'--context=dir:///workspace/ci',
7069
'--dockerfile=ci/cloudbuild/dockerfiles/${_DISTRO}.Dockerfile',
7170
'--cache=true',
7271
'--destination=gcr.io/${PROJECT_ID}/${_IMAGE}:${BUILD_ID}',
72+
'--push-retry=3',
7373
]
7474

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

0 commit comments

Comments
 (0)