Skip to content

Commit 1c3e353

Browse files
committed
migrate apply_tags tekton task
1 parent 956653d commit 1c3e353

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
@@ -458,8 +458,10 @@ spec:
458458
- "false"
459459
- name: apply-tags
460460
params:
461-
- name: IMAGE
461+
- name: IMAGE_URL
462462
value: $(tasks.build-image-index.results.IMAGE_URL)
463+
- name: IMAGE_DIGEST
464+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
463465
runAfter:
464466
- build-image-index
465467
taskRef:

0 commit comments

Comments
 (0)