From e40856b2893b3389f9f61a3662c5af25901f5727 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Tue, 27 Aug 2024 18:32:42 -0600 Subject: [PATCH] fix build image ref Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- .buildkite/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 13aa55a0..2b50ad0b 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -13,7 +13,7 @@ steps: cancel_on_build_failing: true plugins: - docker#v5.11.0: - image: "ghcr.io/theopenlane/base-ci-image:v1.1.9" + image: "ghcr.io/theopenlane/build-image:v0.1.2" command: ["task", "ci"] environment: - "GOTOOLCHAIN=auto" @@ -22,7 +22,7 @@ steps: cancel_on_build_failing: true plugins: - docker#v5.11.0: - image: "ghcr.io/theopenlane/base-ci-image:v1.1.9" + image: "ghcr.io/theopenlane/build-image:v0.1.2" command: ["task", "config:ci"] environment: - "GOTOOLCHAIN=auto"