Skip to content

Commit f5eca36

Browse files
committed
Revert "Use old kaniko executor for now."
This reverts commit 45c2dd5. I believe the latest is now pointing back to 1.6 until the proper fix is landed. GoogleContainerTools/kaniko#1791 GoogleContainerTools/kaniko#1794
1 parent 45c2dd5 commit f5eca36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
steps:
2-
- name: 'gcr.io/kaniko-project/executor:v1.6.0'
2+
- name: 'gcr.io/kaniko-project/executor:latest'
33
args:
44
- --destination=gcr.io/$PROJECT_ID/gitlstreefsbuilder
55
- --cache=true

0 commit comments

Comments
 (0)