diff --git a/.lighthouse/pipeline-build-organic.yaml b/.lighthouse/pipeline-build-organic.yaml index a24ee9b..c05beff 100644 --- a/.lighthouse/pipeline-build-organic.yaml +++ b/.lighthouse/pipeline-build-organic.yaml @@ -181,7 +181,7 @@ spec: workspace: cargo-cache subPath: tracing runAfter: - - build-image + - run-image-none params: - name: docker-image value: "$(params.image-name):$(tasks.fetch-repository.results.commit)" @@ -224,7 +224,7 @@ spec: workspace: cargo-cache subPath: compare runAfter: - - build-image + - run-image-tracing params: - name: docker-image value: "$(params.image-name):$(tasks.fetch-repository.results.commit)" @@ -267,7 +267,7 @@ spec: workspace: cargo-cache subPath: default runAfter: - - build-image + - run-image-compare params: - name: docker-image value: "$(params.image-name):$(tasks.fetch-repository.results.commit)" @@ -310,7 +310,7 @@ spec: workspace: cargo-cache subPath: tracing-compare runAfter: - - build-image + - run-image-default params: - name: docker-image value: "$(params.image-name):$(tasks.fetch-repository.results.commit)" @@ -358,7 +358,7 @@ spec: workspace: cargo-cache subPath: compare-foreign runAfter: - - build-image + - run-image-tracing-compare params: - name: docker-image value: "$(params.image-name):$(tasks.fetch-repository.results.commit)" @@ -406,7 +406,7 @@ spec: workspace: cargo-cache subPath: all runAfter: - - build-image + - run-image-compare-foreign params: - name: docker-image value: "$(params.image-name):$(tasks.fetch-repository.results.commit)" @@ -460,7 +460,7 @@ spec: workspace: cargo-cache subPath: wasm runAfter: - - build-image + - run-image-all params: - name: docker-image value: "$(params.image-name):$(tasks.fetch-repository.results.commit)" @@ -510,7 +510,7 @@ spec: workspace: cargo-cache subPath: wasm-test runAfter: - - build-image + - run-image-wasm params: - name: docker-image value: "$(params.image-name):$(tasks.fetch-repository.results.commit)"