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 6346af6 + 31fd2c8 commit 7b623aaCopy full SHA for 7b623aa
.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