Skip to content

Commit 023f512

Browse files
Merge pull request #450 from chiragkyal/fix-fbc-build-pipeline
CM-610: [main] Updates tekton PAC definitions
2 parents b5bebaa + 7da6472 commit 023f512

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)