Skip to content

Commit

Permalink
Update INPUT param to image-url in rpm task
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Carvalho <[email protected]>
  • Loading branch information
lcarva committed Sep 19, 2024
1 parent 52b77e2 commit 915bf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/build-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ spec:
- "false"
- name: rpms-signature-scan
params:
- name: INPUT
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)@$(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
Expand Down

0 comments on commit 915bf02

Please sign in to comment.