Skip to content

Commit 3b951b8

Browse files
authored
1 parent f897e15 commit 3b951b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.tekton/multiarch-pull-request-pipeline.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,10 @@ spec:
526526
- "false"
527527
- name: apply-tags
528528
params:
529-
- name: IMAGE
529+
- name: IMAGE_URL
530530
value: $(tasks.build-image-index.results.IMAGE_URL)
531+
- name: IMAGE_DIGEST
532+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
531533
- name: ADDITIONAL_TAGS
532534
value:
533535
- $(params.additional-tags[*])

0 commit comments

Comments
 (0)