Skip to content

Commit 45c2dd5

Browse files
committed
Use old kaniko executor for now.
From GoogleContainerTools/kaniko#1242
1 parent 3bded52 commit 45c2dd5

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:latest'
2+
- name: 'gcr.io/kaniko-project/executor:v1.6.0'
33
args:
44
- --destination=gcr.io/$PROJECT_ID/gitlstreefsbuilder
55
- --cache=true

0 commit comments

Comments
 (0)