From 5d051de50d0c10a6ec388c46afed8cb2fc594567 Mon Sep 17 00:00:00 2001 From: Ljubisa Date: Thu, 7 Nov 2024 14:40:13 +0100 Subject: [PATCH] chore: set beelocal branch to bump-k3d --- .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 e869008014..bf03806747 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.2-rc6" - BEELOCAL_BRANCH: "main" + BEELOCAL_BRANCH: "bump-k3d" BEEKEEPER_BRANCH: "master" BEEKEEPER_METRICS_ENABLED: false REACHABILITY_OVERRIDE_PUBLIC: true @@ -236,4 +236,4 @@ jobs: token: ${{ secrets.GHA_PAT_BASIC }} repository: ethersphere/bee-factory event-type: build-images - client-payload: '{"tag": "latest"}' \ No newline at end of file + client-payload: '{"tag": "latest"}'