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: