Skip to content

Commit

Permalink
chore(deps): add missing parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Romero Montes <[email protected]>
  • Loading branch information
ruromero committed May 7, 2024
1 parent 92ce964 commit 98739af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .tekton/exhort-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,11 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)

taskRef:
params:
- name: name
Expand Down
4 changes: 4 additions & 0 deletions .tekton/exhort-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,10 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)
taskRef:
params:
- name: name
Expand Down

0 comments on commit 98739af

Please sign in to comment.