Skip to content

Commit

Permalink
Fix konflux results
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierCazade committed Nov 18, 2024
1 parent 5c1b9b0 commit 81d52ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .tekton/pipeline-ref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ spec:
results:
- description: ""
name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
value: $(tasks.build-image-index.results.IMAGE_URL)
- description: ""
name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
- description: ""
name: CHAINS-GIT_URL
value: $(tasks.clone-repository.results.url)
Expand Down Expand Up @@ -253,8 +253,6 @@ spec:

- name: build-source-image
params:
- name: BASE_IMAGES
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: BINARY_IMAGE
value: $(params.output-image)
- name: SOURCE_ARTIFACT
Expand Down

0 comments on commit 81d52ed

Please sign in to comment.