Skip to content

Commit a6ad403

Browse files
Add REGISTRY_PORT to make commands in beekeeper.yml
1 parent abb4f5c commit a6ad403

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beekeeper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
sudo mv beekeeper /usr/local/bin/beekeeper
125125
- name: Prepare local cluster
126126
run: |
127-
timeout ${TIMEOUT} make beelocal OPTS='ci skip-vet' ACTION=prepare
127+
timeout ${TIMEOUT} make beelocal OPTS='ci skip-vet' ACTION=prepare REGISTRY_PORT=5002
128128
- name: Set kube config
129129
run: |
130130
mkdir -p ~/.kube
@@ -243,7 +243,7 @@ jobs:
243243
mv bee-0 bee
244244
- name: Build image
245245
run: |
246-
timeout ${TIMEOUT} make beelocal ACTION=build OPTS='ci skip-vet skip-push'
246+
timeout ${TIMEOUT} make beelocal ACTION=build OPTS='ci skip-vet skip-push' REGISTRY_PORT=5002
247247
- name: Retag Docker image and push
248248
if: github.ref == 'refs/heads/master' && github.event.action != 'beekeeper' && success()
249249
run: |

0 commit comments

Comments
 (0)