Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .tekton/operator-index-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ spec:
workspaces:
- name: basic-auth
workspace: git-auth
- name: build-container
- name: build-images
matrix:
params:
- name: PLATFORM
Expand Down Expand Up @@ -265,7 +265,7 @@ spec:
value: $(params.build-image-index)
- name: IMAGES
value:
- $(tasks.build-container.results.IMAGE_REF[*])
- $(tasks.build-images.results.IMAGE_REF[*])
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
taskRef:
Expand All @@ -281,6 +281,7 @@ spec:
- input: $(tasks.init.results.build)
operator: in
values: ["true"]
runAfter: [ build-images ]
- name: deprecated-base-image-check
params:
- name: IMAGE_URL
Expand Down