We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b116e commit 60f1b64Copy full SHA for 60f1b64
2 files changed
.tekton/cli-main-ci-pull-request.yaml
@@ -275,6 +275,10 @@ spec:
275
params:
276
- name: BASE_IMAGES_DIGESTS
277
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)
282
runAfter:
283
- build-container
284
taskRef:
.tekton/cli-main-ci-push.yaml
@@ -268,6 +268,10 @@ spec:
268
269
270
271
272
273
274
0 commit comments