From 57e239599889c5745701e2f331fe36a5b8e1f859 Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Sun, 18 Dec 2022 18:34:10 -0600 Subject: [PATCH] update pipeline, and check use local docker image --- ci/lint.yml | 2 +- pipeline.yml => ci/pipeline.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pipeline.yml => ci/pipeline.yml (100%) diff --git a/ci/lint.yml b/ci/lint.yml index d6edafb..746fb78 100644 --- a/ci/lint.yml +++ b/ci/lint.yml @@ -2,7 +2,7 @@ platform: linux image_resource: type: registry-image - source: {repository: rust} + source: {repository: rust-all} inputs: - name: repo diff --git a/pipeline.yml b/ci/pipeline.yml similarity index 100% rename from pipeline.yml rename to ci/pipeline.yml