From f627ede5b4d107731e86401a56f79f57d2982f2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:32:26 -0700 Subject: [PATCH] chore(deps): update buildkite plugin theopenlane/container-build to v1.1.1 (#55) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 34957e8..d8ecb95 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -106,7 +106,7 @@ steps: extra_tags: - "${IMAGE_TAG}" tag_prefix: "{{matrix.platform}}-" - - theopenlane/container-build#v1.1.0: + - theopenlane/container-build#v1.1.1: dockerfile: docker/Dockerfile push: false platforms: linux/{{matrix.platform}} @@ -145,7 +145,7 @@ steps: - "${IMAGE_TAG}" - latest tag_prefix: "{{matrix.platform}}-" - - theopenlane/container-build#v1.1.0: + - theopenlane/container-build#v1.1.1: dockerfile: docker/Dockerfile push: true platforms: linux/{{matrix.platform}} @@ -181,7 +181,7 @@ steps: extra_tags: - "${BUILDKITE_TAG}" tag_prefix: "{{matrix.platform}}-" - - theopenlane/container-build#v1.1.0: + - theopenlane/container-build#v1.1.1: dockerfile: docker/Dockerfile push: true platforms: linux/{{matrix.platform}}