Skip to content

Commit

Permalink
Update maestro-pull-request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
clyang82 authored Jun 6, 2024
1 parent d1a36f1 commit 7469cec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/maestro-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,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)
runAfter:
- build-container
taskRef:
Expand Down

0 comments on commit 7469cec

Please sign in to comment.