We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c40e75 commit f7086c8Copy full SHA for f7086c8
.tekton/segment-bridge-pull-request.yaml
@@ -269,6 +269,10 @@ spec:
269
params:
270
- name: BASE_IMAGES_DIGESTS
271
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)
276
taskRef:
277
278
- name: name
.tekton/segment-bridge-push.yaml
@@ -266,6 +266,10 @@ spec:
266
267
268
0 commit comments