Skip to content

Commit

Permalink
pin Kaniko version to v0.16.0
Browse files Browse the repository at this point in the history
Temporary fix for CI. Correspondent Kaniko issue:
GoogleContainerTools/kaniko#1024
  • Loading branch information
slavoutich authored and Joseph Weston committed Mar 20, 2020
1 parent 02ac5e7 commit a2936eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variables:
stage: build-env
when: manual
image:
name: gcr.io/kaniko-project/executor:debug
name: gcr.io/kaniko-project/executor:debug-v0.16.0
entrypoint: [""]
artifacts:
untracked: true
Expand Down

0 comments on commit a2936eb

Please sign in to comment.