Skip to content

Commit

Permalink
Revert "Use old kaniko executor for now."
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dancerj committed Oct 31, 2021
1 parent 45c2dd5 commit f5eca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f5eca36

Please sign in to comment.