Skip to content

Commit 7b623aa

Browse files
Merge pull request #543 from bharath-b-rh/release-1.14
[release-1.14] NO-JIRA: Updates konflux references
2 parents 6346af6 + 31fd2c8 commit 7b623aa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.tekton/multi-arch-build-pipeline.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,10 @@ spec:
529529
- "false"
530530
- name: apply-tags
531531
params:
532-
- name: IMAGE
532+
- name: IMAGE_URL
533533
value: $(tasks.build-image-index.results.IMAGE_URL)
534+
- name: IMAGE_DIGEST
535+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
534536
runAfter:
535537
- build-image-index
536538
taskRef:

.tekton/single-arch-build-pipeline.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,10 @@ spec:
489489
- "false"
490490
- name: apply-tags
491491
params:
492-
- name: IMAGE
492+
- name: IMAGE_URL
493493
value: $(tasks.build-image-index.results.IMAGE_URL)
494+
- name: IMAGE_DIGEST
495+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
494496
runAfter:
495497
- build-image-index
496498
taskRef:

0 commit comments

Comments
 (0)