Skip to content

Commit

Permalink
Use correct source artifact for prefetch-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Jul 19, 2024
1 parent b7203e2 commit dd4a001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/scanner-component-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ spec:
- name: input
value: $(params.prefetch-input)
- name: SOURCE_ARTIFACT
value: $(tasks.determine-image-tag.results.SOURCE_ARTIFACT)
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
- name: ociStorage
value: $(params.output-image-repo):konflux-$(params.revision).prefetch
- name: ociArtifactExpiresAfter
Expand Down

0 comments on commit dd4a001

Please sign in to comment.