Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit f540a55

Browse files
author
Sameer Naik
authored
Merge pull request #65 from triggermesh/kaniko-pin
kaniko: pin to v1.6.0-debug
2 parents 132a6c1 + ccdca3c commit f540a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
steps:
22

3-
- name: gcr.io/kaniko-project/executor:latest
3+
- name: gcr.io/kaniko-project/executor:v1.6.0-debug
44
args:
55
- --dockerfile=Dockerfile
66
- --build-arg=VERSION=${_KANIKO_IMAGE_TAG}

0 commit comments

Comments
 (0)