From 799b444eee0d2a7e706bd9bf592c5d8018c81c70 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 13 Jul 2023 00:42:18 -0400 Subject: [PATCH] Test was successful but I don't know what I would do with it. My initial thought was using it to force cargo fmt and cargo test to run on the versions of the containers that are built in this commit but to do that, I'd need to figure out a way to trigger those pipelines after the pipeline to build the docker images, or join these all into one pipeline so I can create the dependencies in the steps. --- .lighthouse/triggers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lighthouse/triggers.yaml b/.lighthouse/triggers.yaml index 7783d3d..0522ef3 100644 --- a/.lighthouse/triggers.yaml +++ b/.lighthouse/triggers.yaml @@ -145,7 +145,7 @@ spec: secretName: harbor-plain params: - name: image-name - value: "harbor.fizz.buzz/private/organic-test:$(params.PULL_BASE_REF)" + value: "harbor.fizz.buzz/private/organic-test" - name: path-to-image-context value: docker/organic_test/ - name: path-to-dockerfile