Skip to content

Commit

Permalink
Add sidecarlogresults to images in release pipeline
Browse files Browse the repository at this point in the history
In this change, we add sidecarlogresults to the images parameter
in the release pipeline. Without this change, the release pipeline
fails because of an unexpected image.
  • Loading branch information
jerop committed Dec 22, 2022
1 parent db004eb commit 036f888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
default: github.com/tektoncd/pipeline
- name: images
description: List of cmd/* paths to be published as images
default: "controller webhook entrypoint nop kubeconfigwriter git-init imagedigestexporter pullrequest-init workingdirinit resolvers"
default: "controller webhook entrypoint nop kubeconfigwriter git-init imagedigestexporter pullrequest-init workingdirinit resolvers sidecarlogresults"
- name: versionTag
description: The vX.Y.Z version that the artifacts should be tagged with (including `v`)
- name: imageRegistry
Expand Down

0 comments on commit 036f888

Please sign in to comment.