From 741ecc95274f50a90c7f8a71e3a6535fb98243d3 Mon Sep 17 00:00:00 2001 From: Alexander Misdorp <6093240+Peaorl@users.noreply.github.com> Date: Tue, 21 Jul 2020 17:10:04 +0200 Subject: [PATCH] Fix docker registry credentials issue by changing Kaniko version Fixes #2616 --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 15c82f04fad..1b42d76610e 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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"