Skip to content

Commit 55da754

Browse files
Update git-init-pull-request.yaml
1 parent 69d87cd commit 55da754

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,7 @@ spec:
265265
- name: deprecated-base-image-check
266266
params:
267267
- name: BASE_IMAGES_DIGESTS
268-
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)
268+
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
273269
runAfter:
274270
- build-container
275271
taskRef:

0 commit comments

Comments
 (0)