Skip to content

Commit 1f139bb

Browse files
committed
Fixing konflux pipeline results
1 parent 7cf4321 commit 1f139bb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.tekton/pipeline-ref.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ spec:
8181
results:
8282
- description: ""
8383
name: IMAGE_URL
84-
value: $(tasks.build-container.results.IMAGE_URL)
84+
value: $(tasks.build-image-index.results.IMAGE_URL)
8585
- description: ""
8686
name: IMAGE_DIGEST
87-
value: $(tasks.build-container.results.IMAGE_DIGEST)
87+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
8888
- description: ""
8989
name: CHAINS-GIT_URL
9090
value: $(tasks.clone-repository.results.url)
@@ -252,8 +252,6 @@ spec:
252252
- "true"
253253
- name: build-source-image
254254
params:
255-
- name: BASE_IMAGES
256-
value: $(tasks.build-image-index.results.IMAGE_URL)
257255
- name: BINARY_IMAGE
258256
value: $(params.output-image)
259257
- name: SOURCE_ARTIFACT

0 commit comments

Comments
 (0)