Skip to content

Commit 7da6472

Browse files
committed
Updates tekton PAC definitions
Signed-off-by: chiragkyal <[email protected]>
1 parent c91ae2d commit 7da6472

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.tekton/fbc-build-pipeline.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,10 @@ spec:
276276
- "false"
277277
- name: apply-tags
278278
params:
279-
- name: IMAGE
279+
- name: IMAGE_URL
280280
value: $(tasks.build-image-index.results.IMAGE_URL)
281+
- name: IMAGE_DIGEST
282+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
281283
runAfter:
282284
- build-image-index
283285
taskRef:

0 commit comments

Comments
 (0)