Skip to content

Commit e70eb64

Browse files
Update git-init-pull-request.yaml
1 parent 198a671 commit e70eb64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.tekton/git-init-pull-request.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ spec:
266266
params:
267267
- name: BASE_IMAGES_DIGESTS
268268
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
269+
- name: IMAGE_URL
270+
value: $(tasks.build-container.results.IMAGE_URL)
271+
- name: IMAGE_DIGEST
272+
value: $(tasks.build-container.results.IMAGE_DIGEST)
269273
runAfter:
270274
- build-container
271275
taskRef:

0 commit comments

Comments
 (0)