We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b869bc4 commit 4fd3a1eCopy full SHA for 4fd3a1e
.tekton/operator-index-pipeline.yaml
@@ -210,7 +210,7 @@ spec:
210
workspaces:
211
- name: basic-auth
212
workspace: git-auth
213
- - name: build-container
+ - name: build-images
214
matrix:
215
params:
216
- name: PLATFORM
@@ -265,7 +265,7 @@ spec:
265
value: $(params.build-image-index)
266
- name: IMAGES
267
value:
268
- - $(tasks.build-container.results.IMAGE_REF[*])
+ - $(tasks.build-images.results.IMAGE_REF[*])
269
- name: BUILDAH_FORMAT
270
value: $(params.buildah-format)
271
taskRef:
@@ -281,6 +281,7 @@ spec:
281
- input: $(tasks.init.results.build)
282
operator: in
283
values: ["true"]
284
+ runAfter: [ build-images ]
285
- name: deprecated-base-image-check
286
287
- name: IMAGE_URL
0 commit comments