diff --git a/.github/workflows/beekeeper.yml b/.github/workflows/beekeeper.yml index 51f8de9f1ba..9e28fe5301a 100644 --- a/.github/workflows/beekeeper.yml +++ b/.github/workflows/beekeeper.yml @@ -19,8 +19,8 @@ env: RUN_TYPE: "PR RUN" SETUP_CONTRACT_IMAGE: "ethersphere/bee-localchain" SETUP_CONTRACT_IMAGE_TAG: "0.9.4" - BEELOCAL_BRANCH: "main" - BEEKEEPER_BRANCH: "master" + BEELOCAL_BRANCH: "dynamic-registry-port" + BEEKEEPER_BRANCH: "test-dynamic-port" BEEKEEPER_METRICS_ENABLED: false REACHABILITY_OVERRIDE_PUBLIC: true BATCHFACTOR_OVERRIDE_PUBLIC: 2 @@ -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: |