diff --git a/internal/assets/templates/delivery-pipeline.yaml.tmpl b/internal/assets/templates/delivery-pipeline.yaml.tmpl index 403edf9..bf453f2 100644 --- a/internal/assets/templates/delivery-pipeline.yaml.tmpl +++ b/internal/assets/templates/delivery-pipeline.yaml.tmpl @@ -821,11 +821,11 @@ spec: - name: pipeline-run value: $(context.pipelineRun.name) - name: clone-status - value: $(tasks.clone.status) + value: $(tasks.build-layer.status) - name: build-status value: $(tasks.build-layer.status) - name: push-status - value: $(tasks.push.status) + value: $(tasks.build-layer.status) - name: update-status value: $(tasks.update-preview.status) - name: readiness-status