From 743b4c9982f17068b21abf68f5d02d4c6ca03c27 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 31 Aug 2023 21:55:20 -0400 Subject: [PATCH] fixup --- .lighthouse/pipeline-rust-test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.lighthouse/pipeline-rust-test.yaml b/.lighthouse/pipeline-rust-test.yaml index 8cb0a53..630a48e 100644 --- a/.lighthouse/pipeline-rust-test.yaml +++ b/.lighthouse/pipeline-rust-test.yaml @@ -112,7 +112,7 @@ spec: optional: true steps: - name: run - image: "$(params.image-name):$(tasks.fetch-repository.results.commit)" + image: "$(params.IMAGE)" workingDir: "$(workspaces.source.path)" command: [] args: @@ -130,6 +130,9 @@ spec: workspace: git-source - name: cargo-cache workspace: cargo-cache + params: + - name: IMAGE + value: "$(params.image-name):$(tasks.fetch-repository.results.commit)" runAfter: - build-image finally: