We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235164d commit e670746Copy full SHA for e670746
1 file changed
ci/cloudbuild/cloudbuild.yaml
@@ -62,14 +62,14 @@ logsBucket: 'gs://${_LOGS_BUCKET}/logs/google-cloud-cpp/${_TRIGGER_SOURCE}/${COM
62
63
steps:
64
# Builds the docker image that will be used by the main build step.
65
-- name: 'gcr.io/kaniko-project/executor:edge'
+- name: 'gcr.io/kaniko-project/executor:v1.6.0-debug'
66
args: [
67
'--log-format=text',
68
- '--push-retry=3',
69
'--context=dir:///workspace/ci',
70
'--dockerfile=ci/cloudbuild/dockerfiles/${_DISTRO}.Dockerfile',
71
'--cache=true',
72
'--destination=gcr.io/${PROJECT_ID}/${_IMAGE}:${BUILD_ID}',
+ '--push-retry=3',
73
]
74
75
# Pull the docker image. The step running 'ci/cloud/build.sh' would do this
0 commit comments