Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #52 from triggermesh/kaniko-pin
Browse files Browse the repository at this point in the history
kaniko: pin to v1.6.0-debug
  • Loading branch information
Sameer Naik authored Jun 1, 2021
2 parents a7e3635 + c5327cc commit 431bfc6
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,6 +1,6 @@
steps:

- name: gcr.io/kaniko-project/executor:latest
- name: gcr.io/kaniko-project/executor:v1.6.0-debug
args:
- --dockerfile=cmd/${_CMD}/Dockerfile
- --destination=gcr.io/$PROJECT_ID/${_CMD}:${COMMIT_SHA}
Expand Down

0 comments on commit 431bfc6

Please sign in to comment.