Skip to content

Commit 60f1b64

Browse files
committed
deprecated-base-image-check v0.4 migration
1 parent f3b116e commit 60f1b64

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.tekton/cli-main-ci-pull-request.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ spec:
275275
params:
276276
- name: BASE_IMAGES_DIGESTS
277277
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
278+
- name: IMAGE_URL
279+
value: $(tasks.build-container.results.IMAGE_URL)
280+
- name: IMAGE_DIGEST
281+
value: $(tasks.build-container.results.IMAGE_DIGEST)
278282
runAfter:
279283
- build-container
280284
taskRef:

.tekton/cli-main-ci-push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ spec:
268268
params:
269269
- name: BASE_IMAGES_DIGESTS
270270
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
271+
- name: IMAGE_URL
272+
value: $(tasks.build-container.results.IMAGE_URL)
273+
- name: IMAGE_DIGEST
274+
value: $(tasks.build-container.results.IMAGE_DIGEST)
271275
runAfter:
272276
- build-container
273277
taskRef:

0 commit comments

Comments
 (0)