From fe6835eea49b3dc06965fc86ed297381d326113f Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Wed, 13 Jan 2021 09:41:09 +0000 Subject: [PATCH] Fix the publish task The creds init image has been removed from the release tasks and pipeline, removing the last reference to it from the publish task Signed-off-by: Andrea Frittoli --- tekton/publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tekton/publish.yaml b/tekton/publish.yaml index 1b9beaba0c9..5e4d003b3ff 100644 --- a/tekton/publish.yaml +++ b/tekton/publish.yaml @@ -55,7 +55,6 @@ spec: # This matches the value configured in .ko.yaml defaultBaseImage: gcr.io/distroless/static:nonroot baseImageOverrides: - $(params.pathToProject)/$(resources.outputs.builtCredsInitImage.url): $(params.imageRegistry)/$(params.pathToProject)/build-base:latest $(params.pathToProject)/$(resources.outputs.builtGitInitImage.url): $(params.imageRegistry)/$(params.pathToProject)/build-base:latest # These match values configured in .ko.yaml