Skip to content

Commit

Permalink
Fix the publish task
Browse files Browse the repository at this point in the history
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 <andrea.frittoli@uk.ibm.com>
  • Loading branch information
afrittoli authored and tekton-robot committed Jan 13, 2021
1 parent 23b37ac commit fe6835e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe6835e

Please sign in to comment.