From a662c44cb9048948ed0c4d670a87808edf3b8f81 Mon Sep 17 00:00:00 2001 From: Sorcha Abel Date: Fri, 19 Sep 2025 16:29:15 +1000 Subject: [PATCH] PB-697-rails-image-attribute use public docker image --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 55f3771..2460c8d 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,3 +1,4 @@ +image: "sorchaabel/ruby-pipeline-example:1.0" steps: - name: ":rspec:" command: "scripts/ci/setup.sh && scripts/ci/parallel_specs.sh"