Skip to content

Commit

Permalink
fix build image ref
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Aug 28, 2024
1 parent bdc578e commit e40856b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit e40856b

Please sign in to comment.