Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 81e453a

Browse files
authored
Fix deprecated-mage-check task parameters (#956)
--------- Signed-off-by: Max Shaposhnyk <[email protected]>
1 parent 97e4977 commit 81e453a

4 files changed

+16
-0
lines changed

Diff for: .tekton/spi-oauth-pull-request.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ spec:
271271
params:
272272
- name: BASE_IMAGES_DIGESTS
273273
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
274+
- name: IMAGE_URL
275+
value: $(tasks.build-container.results.IMAGE_URL)
276+
- name: IMAGE_DIGEST
277+
value: $(tasks.build-container.results.IMAGE_DIGEST)
274278
runAfter:
275279
- build-container
276280
taskRef:

Diff for: .tekton/spi-oauth-push.yaml

+4
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:

Diff for: .tekton/spi-operator-pull-request.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ spec:
271271
params:
272272
- name: BASE_IMAGES_DIGESTS
273273
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
274+
- name: IMAGE_URL
275+
value: $(tasks.build-container.results.IMAGE_URL)
276+
- name: IMAGE_DIGEST
277+
value: $(tasks.build-container.results.IMAGE_DIGEST)
274278
runAfter:
275279
- build-container
276280
taskRef:

Diff for: .tekton/spi-operator-push.yaml

+4
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)