Skip to content

Commit f7086c8

Browse files
committed
chore(deps): Migrate to deprecated-image-check 0.4
Signed-off-by: Barak Korren <[email protected]>
1 parent 5c40e75 commit f7086c8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.tekton/segment-bridge-pull-request.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ spec:
269269
params:
270270
- name: BASE_IMAGES_DIGESTS
271271
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
272+
- name: IMAGE_URL
273+
value: $(tasks.build-container.results.IMAGE_URL)
274+
- name: IMAGE_DIGEST
275+
value: $(tasks.build-container.results.IMAGE_DIGEST)
272276
taskRef:
273277
params:
274278
- name: name

.tekton/segment-bridge-push.yaml

+4
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
taskRef:
270274
params:
271275
- name: name

0 commit comments

Comments
 (0)