From da9fc87bc526652a63b55b9f7b9e051b9703fedb Mon Sep 17 00:00:00 2001 From: Ljubisa Gacevic Date: Fri, 13 Feb 2026 17:26:49 +0100 Subject: [PATCH] fix: point beelocal to docker 29 insecure registry fix --- .github/workflows/beekeeper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index c2448465d7f..f897cb22983 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -13,7 +13,7 @@ env: RUN_TYPE: "PR RUN" SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain" SETUP_CONTRACT_IMAGE_TAG: "0.9.4" - BEELOCAL_BRANCH: "main" + BEELOCAL_BRANCH: "fix/docker-29-insecure-registry" BEEKEEPER_BRANCH: "master" BEEKEEPER_METRICS_ENABLED: false REACHABILITY_OVERRIDE_PUBLIC: true