From f5eca366643a47814d3a12bc458e64a6a093e315 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Sun, 31 Oct 2021 16:32:55 +0900 Subject: [PATCH] Revert "Use old kaniko executor for now." This reverts commit 45c2dd53a048b45cc54d11264088d29721f6bb86. I believe the latest is now pointing back to 1.6 until the proper fix is landed. https://github.com/GoogleContainerTools/kaniko/issues/1791 https://github.com/GoogleContainerTools/kaniko/pull/1794 --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 5f7f119..505639f 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,5 +1,5 @@ steps: -- name: 'gcr.io/kaniko-project/executor:v1.6.0' +- name: 'gcr.io/kaniko-project/executor:latest' args: - --destination=gcr.io/$PROJECT_ID/gitlstreefsbuilder - --cache=true