Skip to content

Commit afccb0b

Browse files
committed
migrate apply_tags tekton task
1 parent 304a42d commit afccb0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.tekton/pipeline-ref.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,10 @@ spec:
461461
- "false"
462462
- name: apply-tags
463463
params:
464-
- name: IMAGE
464+
- name: IMAGE_URL
465465
value: $(tasks.build-image-index.results.IMAGE_URL)
466+
- name: IMAGE_DIGEST
467+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
466468
runAfter:
467469
- build-image-index
468470
taskRef:

0 commit comments

Comments
 (0)