Skip to content

Commit

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

Please sign in to comment.