Skip to content

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.tekton/operator-index-pipeline.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ spec:
210210
workspaces:
211211
- name: basic-auth
212212
workspace: git-auth
213-
- name: build-container
213+
- name: build-images
214214
matrix:
215215
params:
216216
- name: PLATFORM
@@ -265,7 +265,7 @@ spec:
265265
value: $(params.build-image-index)
266266
- name: IMAGES
267267
value:
268-
- $(tasks.build-container.results.IMAGE_REF[*])
268+
- $(tasks.build-images.results.IMAGE_REF[*])
269269
- name: BUILDAH_FORMAT
270270
value: $(params.buildah-format)
271271
taskRef:
@@ -281,6 +281,7 @@ spec:
281281
- input: $(tasks.init.results.build)
282282
operator: in
283283
values: ["true"]
284+
runAfter: [ build-images ]
284285
- name: deprecated-base-image-check
285286
params:
286287
- name: IMAGE_URL

0 commit comments

Comments
 (0)