Skip to content

Commit

Permalink
Fix docker registry credentials issue by changing Kaniko version
Browse files Browse the repository at this point in the history
Fixes #2616
  • Loading branch information
Peaorl committed Jul 21, 2020
1 parent 5ce57d9 commit b8663bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ spec:
type: image
steps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v0.17.1
image: gcr.io/kaniko-project/executor:v0.16.0
# specifying DOCKER_CONFIG is required to allow kaniko to detect docker credential
env:
- name: "DOCKER_CONFIG"
Expand Down

0 comments on commit b8663bc

Please sign in to comment.