We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2abf64c + 08a8c14 commit b67325cCopy full SHA for b67325c
.tekton/multi-arch-build-pipeline.yaml
@@ -529,8 +529,10 @@ spec:
529
- "false"
530
- name: apply-tags
531
params:
532
- - name: IMAGE
+ - name: IMAGE_URL
533
value: $(tasks.build-image-index.results.IMAGE_URL)
534
+ - name: IMAGE_DIGEST
535
+ value: $(tasks.build-image-index.results.IMAGE_DIGEST)
536
runAfter:
537
- build-image-index
538
taskRef:
.tekton/single-arch-build-pipeline.yaml
@@ -489,8 +489,10 @@ spec:
489
490
491
492
493
494
495
496
497
498
0 commit comments