Skip to content

Commit

Permalink
Add new parameters to pull and push files
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Cox <brcox@redhat.com>
  • Loading branch information
bryan-cox committed Apr 29, 2024
1 parent 6406b50 commit a117120
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/hypershift-operator-main-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container-amd64.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/hypershift-operator-main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,10 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container-amd64.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 a117120

Please sign in to comment.