From abb4f5c57fe077fdd9c2cf3b026aebbcee409812 Mon Sep 17 00:00:00 2001 From: Akrem Chabchoub <121046693+akrem-chabchoub@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:25:55 +0200 Subject: [PATCH 1/3] Change BEELOCAL_BRANCH to dynamic-registry-port --- .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 51f8de9f1ba..0b138d4b387 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -19,7 +19,7 @@ env: RUN_TYPE: "PR RUN" SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain" SETUP_CONTRACT_IMAGE_TAG: "0.9.4" - BEELOCAL_BRANCH: "main" + BEELOCAL_BRANCH: "dynamic-registry-port" BEEKEEPER_BRANCH: "master" BEEKEEPER_METRICS_ENABLED: false REACHABILITY_OVERRIDE_PUBLIC: true From a6ad4038578791f44c4a6cef8c8134a98d506749 Mon Sep 17 00:00:00 2001 From: Akrem Chabchoub <121046693+akrem-chabchoub@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:28:10 +0200 Subject: [PATCH 2/3] Add REGISTRY_PORT to make commands in beekeeper.yml --- .github/workflows/beekeeper.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index 0b138d4b387..1e98ef50810 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -124,7 +124,7 @@ jobs: sudo mv beekeeper /usr/local/bin/beekeeper - name: Prepare local cluster run: | - timeout ${TIMEOUT} make beelocal OPTS='ci skip-vet' ACTION=prepare + timeout ${TIMEOUT} make beelocal OPTS='ci skip-vet' ACTION=prepare REGISTRY_PORT=5002 - name: Set kube config run: | mkdir -p ~/.kube @@ -243,7 +243,7 @@ jobs: mv bee-0 bee - name: Build image run: | - timeout ${TIMEOUT} make beelocal ACTION=build OPTS='ci skip-vet skip-push' + timeout ${TIMEOUT} make beelocal ACTION=build OPTS='ci skip-vet skip-push' REGISTRY_PORT=5002 - name: Retag Docker image and push if: github.ref == 'refs/heads/master' && github.event.action != 'beekeeper' && success() run: | From f306472130a127cfa67e10a29ddbbb582be0240a Mon Sep 17 00:00:00 2001 From: Akrem Chabchoub <121046693+akrem-chabchoub@users.noreply.github.com> Date: Fri, 21 Aug 2026 13:00:18 +0200 Subject: [PATCH 3/3] Change BEEKEEPER_BRANCH to test-dynamic-port --- .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 1e98ef50810..9e28fe5301a 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -20,7 +20,7 @@ env: SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain" SETUP_CONTRACT_IMAGE_TAG: "0.9.4" BEELOCAL_BRANCH: "dynamic-registry-port" - BEEKEEPER_BRANCH: "master" + BEEKEEPER_BRANCH: "test-dynamic-port" BEEKEEPER_METRICS_ENABLED: false REACHABILITY_OVERRIDE_PUBLIC: true BATCHFACTOR_OVERRIDE_PUBLIC: 2