Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/beekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down
Loading